certificate
The certificate
data type retrieves information about current and past replication certificates.
certificate data type properties
The following table describes the property included in the certificate
data type.
Property name | Data type | Description | Notes |
id | String | Specifies the system-supplied unique ID for the replication certificate. HCP generates this ID automatically when the certificate is generated. | |
subjectDN | String | Specifies the distinguished name of the certificate and its specified attributes | |
validOn | Date | Specifies the certificate activation date. | |
expiresOn | Date | Specifies the certificate expiration date. |
Example
Here's an XML example of the certificate
data type:
<certificate> <expiresOn>2021-12-12T15:35:10-0500</expiresOn> <id>server</id> <subjectDN>CN=*.example.com, OU=HCP, O=Hitachi, L=Waltham, ST=Massachusetts, C=US</subjectDN> <validOn>2016-12-12T15:35:10-0500</validOn> </certificate>