Numeric identifier of the certificate to get the description for.
Session identifier.
On success, this method returns details from the certificate. These are:
Numeric identifier for the certificate (same as the cert_id request parameter).
The current validity status of the certificate. One of:
ISO 3166-1 alpha-2 country code.
NL
(representing The Netherlands)
State or province name, as entered when creating the certificate.
Limburg
Locality (city or town) name, as entered when creating the certificate.
Maastricht
Organisation name, as entered when creating the certificate.
ACME, Inc.
Organisational Unit name, as entered when creating the certificate.
IT Department
Common Name, as entered when creating the certificate.
ACME, Inc. CA
The Subject Alternate Names for which the certificate is valid. In JSON format, this will be an array of records with a single property. In XML format, a child element will be present for each record.
The key determines what kind of name is described by the value. The following keys are possible:
JSON example:
[ { "DNS" : "www.example.com" }, { "DNS" : "example.com" } ]
XML example:
<Alt> <DNS>www.example.com</DNS> <DNS>example.com</DNS> </Alt>
The hashing algorithm, either SHA1 or SHA256.