Listing the Root Certificate Authorities
Returns all of the root certificate authorities for OpsManager.
The active
certificate will be used for generating all certs which OpsManager generates.
Request
URI
GET
https://{api_host}/api/v0/certificate_authorities
COPY
Responses
200
OK
Returns CertificateAuthorities of type(s) application/json
{
"errands": [
{
"guid": "string",
"issuer": "string",
"created_on": "string",
"expires_on": "string",
"active": false,
"cert_pem": "string"
}
]
}
array of errands
errands
Optional
errands
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v0/certificate_authorities