Skip to main content

Credential Management

Credential management is a non-CSC API that allows you to manage the long-lived user credentials used by the CSC component. The credentials are used to authorize the signature.

The API is exposed on the /management/v1/credentials endpoint and supports the following operations:

OperationDescription
POST /management/v1/credentials/createCreate a new credential.
POST /management/v1/credentials/rekeyUpdate (rekey) existing credential with new private key and certificate.
POST /management/v1/credentials/removeRemove existing credential.
POST /management/v1/credentials/disableDisable existing credential. Disabled credential cannot be used for signing.
POST /management/v1/credentials/enableEnable existing credential.

For more information about the API, see the Credential Management API.