Certificate Authority
Issues Ed25519 and ML-DSA certificates seeded with quantum entropy. Full PKI lifecycle: CSR submission, issuance, revocation, OCSP.
curl -X POST https://ca-api.qntyx.io/certificates/issue \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
https://ca-api.qntyx.io
| Method | Path | Description |
|---|---|---|
POST | /certificates/issue | Issue a certificate |
GET | /certificates/ | List certificates |
POST | /csr/submit | Submit a CSR |
POST | /revoke/{serial} | Revoke a certificate |
GET | /stats/ | Dashboard statistics |
All endpoints require a bearer token. See Authentication for details.
Manage this product visually at app-ca.qntyx.io
Learn more at ca.qntyx.io