Properties
| Property | Type | Description | ||
|---|---|---|---|---|
| commonName | String | The fully qualified name of the server. |
||
| country | String | String | The number of bits in the key. |
|
| locality | String | The name of the city/town/locality. |
||
| organization | String | The name of the company or organization. |
||
| organizationalUnit | String | The name of the department or organizational unit. |
||
| serialNumber | String | The serial number of this certificate. |
||
| state | String | The name of the state or province. |
||
| subjectAltName | String | The subject alternative name that's an extension to the X. |
||
| thumbprint | String | The thumbprint of this certificate. |
||
| validFrom | Date | The certificate is valid from this date. |
||
| validTo | Date | The certificate is valid until this date. |
Methods
| Method | Returns | Description |
|---|---|---|
| remove() | void | Deletes this server certificate. |
Property Details
(readonly) commonName :String
- Description:
The fully qualified name of the server.
The fully qualified name of the server.
Type:
- String
(readonly) country :String
- Description:
Type:
- String
(readonly) keySize :String
- Description:
The number of bits in the key.
The number of bits in the key.
Type:
- String
(readonly) locality :String
- Description:
The name of the city/town/locality.
The name of the city/town/locality.
Type:
- String
(readonly) organization :String
- Description:
The name of the company or organization.
The name of the company or organization.
Type:
- String
(readonly) organizationalUnit :String
- Description:
The name of the department or organizational unit.
The name of the department or organizational unit.
Type:
- String
(readonly) serialNumber :String
- Description:
The serial number of this certificate.
The serial number of this certificate.
Type:
- String
(readonly) state :String
- Description:
The name of the state or province.
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.
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.
The thumbprint of this certificate.
Type:
- String
(readonly) validFrom :Date
- Description:
The certificate is valid from this date.
The certificate is valid from this date.
Type:
- Date
(readonly) validTo :Date
- Description:
The certificate is valid until this date.
The certificate is valid until this date.
Type:
- Date
Method Details
remove()
- Description:
Deletes this server certificate.