Certificate

Certificate
Certificate

Represents an SSL certificate

JSON Example
{
    "filename": "server.crt",
    "certificate": "[\"-----BEGIN CERTIFICATE-----\\n<encoded-certificate>\\n-----END CERTIFICATE-----\\"
}
string
filename
Required

Filename of the certificate

string
certificate
Optional

A certificate encoded in PEM format.