358 XML API basetype properties
certificate-status
Properties
Example
# show certificate
...
<OBJECT basetype="certificate-status" name="certificate-status" oid="1" format="pairs">
<PROPERTY name="certificate-status" type="string">Customer-supplied</PROPERTY>
<PROPERTY name="certificate-status-numeric" type="string">1</PROPERTY>
<PROPERTY name="certificate-time" type="string">2012-10-12 13:52:40</PROPERTY>
<PROPERTY name="certificate-signature" type="string">-----BEGIN CERTIFICATE-----
MIIC2</PROPERTY>
</OBJECT>
...
Table 14 certificate-status properties
Name Type Description
certificate-
status
string • Default: No customer-supplied or alternate certificate has been installed.
• Customer-supplied: A custom or alternate certificate has been installed.
certificate-
status-numeric
string Numeric equivalents for certificate-status values.
• 0: Default
• 1: Customer-supplied
certificate-
time
string Date and time, in the format year-month-day hour:minutes:seconds,
when the custom certificate was created.
certificate-
signature
string The first few characters of the certificate file. This property is for diagnostic
purposes, and can be used to verify that the proper certificate is in use.