Class: SSLCertificate

SSLCertificate

Represents the current server certificate of the current site. Instances of this class should be obtained using Site.sslCertificate

Members

(readonly) commonName :String

The fully qualified name of the server.

Type:
  • String

(readonly) country :String

Type:
  • String

(readonly) keySize :String

The number of bits in the key.

Type:
  • String

(readonly) locality :String

The name of the city/town/locality.

Type:
  • String

(readonly) organization :String

The name of the company or organization.

Type:
  • String

(readonly) organizationalUnit :String

The name of the department or organizational unit.

Type:
  • String

(readonly) serialNumber :String

The serial number of this certificate.

Type:
  • String

(readonly) state :String

The name of the state or province.

Type:
  • String

(readonly) subjectAltName :String

The subject alternative name that's an extension to the X.509 specification that allows to specify additional host names for a single SSL certificate.

Type:
  • String

(readonly) thumbprint :String

The thumbprint of this certificate.

Type:
  • String

(readonly) validFrom :Date

The certificate is valid from this date.

Type:
  • Date

(readonly) validTo :Date

The certificate is valid until this date.

Type:
  • Date

Methods

remove()

Deletes this server certificate.