DigiCert Security Services
communityProvides digital certificates, PKI solutions, and security validation services. The provided excerpt suggests an underlying security/WAF layer.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
/statusChecks the operational status of the core DigiCert services.
Returns
JSON object detailing service availability and health.POST
/v1/certificate/validateValidates the authenticity and status of a given SSL/TLS certificate.
Parameters
certificate_datastring (required) — PEM or base64 encoded certificate datarequiredReturns
Validation result including trust chain and expiration date.POST
/v1/revocation/checkQueries the Certificate Revocation List (CRL) or Online Certificate Status Protocol (OCSP) endpoint.
Parameters
issuer_hashstring (optional) — Hash of the certificate issueroptionalserial_numberstring (required) — Certificate serial numberrequiredReturns
Current revocation status (Good, Revoked, Unknown).