Rotate Issuer Key
Issuers
Rotate Key
Rotates a cryptographic key, creating a new key and disabling the old one. Optionally specify a new algorithm for the rotated key.
POST
Rotate Issuer Key
Rotates a signing key by creating a new key and marking the previous key as rotated. Existing attestations signed with the old key remain valid, but new attestations will use the new key.
Parameters
The key identifier of the key to rotate
The key identifier for the new replacement key
The base64url-encoded public key for the new key
Cryptographic algorithm (must match original key)
Responses
Authorizations
API key for machine-to-machine authentication
Path Parameters
Body
application/json
Algorithm for the new rotated key. Defaults to the same algorithm as the existing key.
Available options:
Ed25519, ES256, ES384, ES512, RS256, RS384, RS512, PS256, PS384, PS512 Response
200 - application/json
Key rotated
Key identifier
Signing algorithm for key generation
Available options:
Ed25519, ES256, ES384, ES512, RS256, RS384, RS512, PS256, PS384, PS512 Base64-encoded public key
Available options:
ACTIVE, DISABLED, EXPIRED 
