Rotate the service's key pair
Transport
Rotate the service's key pair
Mints a new pair and advertises it. Earlier keys stay usable for inbound requests already in flight, so rotation does not reject traffic encrypted moments before it.
POST
Rotate the service's key pair
Authorizations
A machine credential, qk_ followed by its secret. The first twelve
characters are an indexed prefix; the rest is compared in constant time
against a stored SHA-256 hash. A key reaches only the configurations it is
linked to.
It may also be sent as Authorization: Bearer qk_..., which is
recognised by the prefix.
Response
The new public key.