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 nameData typeDescriptionNotes
idStringSpecifies the system-supplied unique ID for the replication certificate. HCP generates this ID automatically when the certificate is generated.
subjectDNStringSpecifies the distinguished name of the certificate and its specified attributes
validOnDateSpecifies the certificate activation date.
expiresOnDateSpecifies 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>