The map of extra certificate ids to their public certificate chains
Hide certs attributeShow certs attributeobject
*
objectAdditional properties
The public portion of the certificate chain that contains the PEM encoded server certificate, intermediate certificates, and the CA certificate. NOTE: The private key, normally included in certificate chains, is omitted.
Hide * attributeShow * attributeobject
chain
array[string]Required
The list of PEM encoded X509 certificates that make up the certificate chain
GET
/platform/configuration/security/extra_certs
curl \
--request GET 'https://{{hostname}}/api/v1/platform/configuration/security/extra_certs' \
--user "username:password"