Suche in diesem Bereich
Table of Contents
Function
The CertificateInfo task combined with a valid certificate ID will return the contacts used in the certificate as well as all information related to the certificate.
Intermediate certificates are only returned if the respective certificate authority provides these.
Description
Route: GET /certificate/{id}
There is no need to send a body.
Task number: 400104
Uses Certificate object
Response
<response> <result> <data> <certificate> <order_id>123456789</order_id> <admin> <first>John</first> <last>Doe</last> <phone>+49-0-0</phone> <fax>+49-0-0</fax> <email>john.doe@domain.com</email> <title>Mr</title> <organization>example company/organization> <address>eample stree</address> <postal_code>12345</postal_code> <city>example city</city> <country>US</country> <state></state> <owner> <user>customer</user> <context>CONTEXT</context> </owner> <updater> <user>USER</user> <context>CONTEXT</context> </updater> <id>100</id> <created>2017-01-01 09:00:00</created> <updated>2017-01-01 09:00:00</updated> </admin> <technical> <first>john</first> <last>doe</last> <phone>+1-0-0</phone> <fax>+1-0-0</fax> <email>john.doe@domain.com</email> <title>mr</title> <organization>example organisation/organization> <address>example street</address> <postal_code>12345</postal_code> <city>example city</city> <country>US</country> <state></state> <owner> <user>customer</user> <context>CONTEXT</context> </owner> <updater> <user>customer</user> <context>CONTEXT</context> </updater> <id>100</id> <created>2017-01-01 09:00:00</created> <updated>2017-01-01 09:00:00</updated> </technical> <name>example.com</name> <lifetime>12</lifetime> <software>APACHE2</software> <csr><![CDATA[-----BEGIN CERTIFICATE REQUEST----- ... -----END CERTIFICATE REQUEST-----]]></csr> <server><![CDATA[-----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----]]></server> <serial_number>11223344556677889900</serial_number> <product>COMODO_SSL</product> <sha>SHA2</sha> <expire>2018-04-07 01:59:59</expire> <extension /> <certification_authority> <ca_type>root</ca_type> <ca_cert><![CDATA[-----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----]]></ca_cert> </certification_authority> <authentication> <method>DNS</method> </authentication> <certificate_transparency_privacy>PUBLIC</certificate_transparency_privacy> <owner> <user>customer</user> <context>CONTEXT</context> </owner> <updater> <user>customer</user> <context>CONTEXT</context> </updater> <id>1814</id> <created>2017-01-02 09:00:00</created> <updated>2017-01-02 09:00:00</updated> </certificate> </data> <status> <code>S400104</code> <text>Certificate data was inquired successfully.</text> <type>success</type> <object> <type>certificate</type> <value>example.com</value> </object> </status> </result> </response>
Overview
Content Tools