Ssl Certificate Object


An SSL certificate installed for the domains connected to a site. A single certificate covers every domain listed in its subject alternative names, so 1 certificate typically covers both the apex domain and its www name.

Properties
commonNamestringmaxLength 253

Common name in the certificate's subject.


dnsNamesArray <string>maxLength 253maxItems 100

Domains the certificate covers, as listed in its subject alternative names.


idstringmaxLength 253

Certificate ID. Derived from the certificate's common name.


issuerstringmaxLength 512

Certificate authority that issued the certificate.


metaSiteIdstringformat GUID

ID of the site the certificate is installed for.


notAfterstringformat date-time

Date and time the certificate expires.


notBeforestringformat date-time

Date and time the certificate becomes valid.


serialNumberstringmaxLength 128

Certificate serial number, hex-encoded.

Did this help?