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

Description:
  • The fully qualified name of the server.

Source:

The fully qualified name of the server.

Type:
  • String

(readonly) country :String

Description:
Source:
Type:
  • String

(readonly) keySize :String

Description:
  • The number of bits in the key.

Source:

The number of bits in the key.

Type:
  • String

(readonly) locality :String

Description:
  • The name of the city/town/locality.

Source:

The name of the city/town/locality.

Type:
  • String

(readonly) organization :String

Description:
  • The name of the company or organization.

Source:

The name of the company or organization.

Type:
  • String

(readonly) organizationalUnit :String

Description:
  • The name of the department or organizational unit.

Source:

The name of the department or organizational unit.

Type:
  • String

(readonly) serialNumber :String

Description:
  • The serial number of this certificate.

Source:

The serial number of this certificate.

Type:
  • String

(readonly) state :String

Description:
  • The name of the state or province.

Source:

The name of the state or province.

Type:
  • String

(readonly) subjectAltName :String

Description:
  • 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.

Source:

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

Description:
  • The thumbprint of this certificate.

Source:

The thumbprint of this certificate.

Type:
  • String

(readonly) validFrom :Date

Description:
  • The certificate is valid from this date.

Source:

The certificate is valid from this date.

Type:
  • Date

(readonly) validTo :Date

Description:
  • The certificate is valid until this date.

Source:

The certificate is valid until this date.

Type:
  • Date

Methods

remove()

Description:
  • Deletes this server certificate.

Source: