TrustedCertificates_CreateSpec

TrustedCertificates_CreateSpec
TrustedCertificates_CreateSpec

The TrustedCertificates.CreateSpec structure is the specification used to create a trusted certificate, see TrustedCertificates.create.

JSON Example
{
    "cert_text": "string"
}
string
cert_text
Required

A certText is the certificate in Base64 encoded PEM format. The input must be a single line string with escape sequence for new-lines.