Domains /
Get domain certificate
Retrieve certificate data for a domain to verify its contents.
Required permission
Account > Domains > General > Read
Path parameters
domain
string requiredName of the domain
Response body
- {object}Response object.
data
{object} requiredResult data.certificateChain
string requiredCertificate chain. May consist of one or more certificates.certificate
string requiredCertificate extracted from the certificate chain.issuerCertificate
string requiredIssuer certificate extracted from the certificate chain.privateKey
string requiredCertificate private key.
API
CLI
JS Client
GET /v1/domains/{domain}/certificate
Example response
200 OK
Details about the domain certificate.
JSON