Listing the Root Certificate Authorities

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://{opsmanager-installation}//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"
        }
    ]
}
errands
Optional

errands