SSL Certificate API
A normalized REST API for issuing, validating, renewing, and revoking DV certificates without embedding ACME in every application.
Normalized requests
Your application talks to sslcertificates.io. The platform talks to the configured certificate authority. Today that is a sandbox CA by default and Let’s Encrypt staging when ACME is enabled. The request shape does not change when the CA changes.
What you can call
Create domains, request certificates, inspect orders, present validation, download PEM material, renew, and revoke. Every mutating call is audited and can emit a signed webhook.
Authentication
Use a Sanctum bearer token created for an organization. Scopes such as certificates:write and certificates:revoke are enforced. Keys are shown once at creation and can be revoked immediately.