PKI Certificates

Get certificate body of certificate

get/api/v1/cert-manager/certificates/{id}/certificate

Path parameters

idstring uuid required

The ID of the certificate to get the certificate body and certificate chain for.

Response

Default Response

certificatestring required

The certificate body of the certificate.

certificateChainstring nullable required

The certificate chain of the certificate.

serialNumberstring required

The serial number of the certificate.

Changes

Changed in 1 of the 20 revisions of this API.1

    • for the path request parameter id, the type/format was changed from string/ to string/uuid

      request-parameter-type-changed