
AutoCert is an automated SSL/TLS certificate management server implementing RFC 8555. It enables ACME-compatible clients to automatically obtain, renew, and manage certificates through DigiCert certificate authorities.
https://acme.https.in/acme/directory
Configure your ACME client with the directory URL above along with your assigned EAB Key ID and HMAC Key. External Account Binding (EAB) is required for all account registrations.
View Directory →| Endpoint | Description |
|---|---|
/acme/directory |
Directory resource RFC 8555 §7.1.1 |
/acme/new-nonce |
Replay-nonce generation RFC 8555 §7.2 |
/acme/new-account |
Account registration with EAB RFC 8555 §7.3 |
/acme/new-order |
Certificate order creation RFC 8555 §7.4 |
/acme/authz/{id} |
Authorization resource RFC 8555 §7.5 |
/acme/challenge/{id} |
Challenge validation — dns-01 |
/acme/order/{id}/finalize |
CSR submission and certificate issuance RFC 8555 §7.4 |
/acme/cert/{id} |
Signed certificate download RFC 8555 §7.4.2 |