Retrieve a holder root CA certificate
Roles
Analytics Events
/v1/holder/certificates/ca/{certificateId}Retrieves a holder root CA certificate by ID.
Analytic events
- CREDENTIAL_HOLDER_CA_CERTIFICATE_RETRIEVE_START
- CREDENTIAL_HOLDER_CA_CERTIFICATE_RETRIEVE_SUCCESS
- CREDENTIAL_HOLDER_CA_CERTIFICATE_RETRIEVE_FAIL
Authorization
bearerAuth In: header
Path Parameters
Unique identifier of the holder root CA certificate.
uuidResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/holder/certificates/ca/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "active": true, "certificatePem": "string", "certificateFingerprint": "string", "certificateData": { "commonName": "string", "country": "string", "notBefore": "2019-08-24T14:15:22Z", "notAfter": "2019-08-24T14:15:22Z" }, "isManaged": true}How would you rate this page?
Retrieve all holder root CA certificates GET
Retrieves all holder root CA certificates for the tenant. ### **Analytic events** * CREDENTIAL_HOLDER_CA_CERTIFICATE_RETRIEVE_LIST_START * CREDENTIAL_HOLDER_CA_CERTIFICATE_RETRIEVE_LIST_SUCCESS * CREDENTIAL_HOLDER_CA_CERTIFICATE_RETRIEVE_LIST_FAIL
Update a holder root CA certificate PUT
Updates a holder root CA certificate. The only mutable field is `active`. Setting `active: true` deactivates all other roots for the tenant (single-active constraint). ### **Analytic events** * CREDENTIAL_HOLDER_CA_CERTIFICATE_UPDATE_START * CREDENTIAL_HOLDER_CA_CERTIFICATE_UPDATE_SUCCESS * CREDENTIAL_HOLDER_CA_CERTIFICATE_UPDATE_FAIL