TrustedCertificate

TrustedCertificate
TrustedCertificate

SSL certificate in PEM format.

JSON Example
{
    "id": "string",
    "alias": "string",
    "certificate": "-----BEGIN CERTIFICATE----- <sample certificate contents> -----END CERTIFICATE-----"
}
string
id
Optional

id

string
alias
Required

Name, case insensitive

string
certificate
Required

PEM encoded certificate. All extraneous whitespace and other information is removed.