Crypto-agile at the core
Swap, combine and roll signature algorithms without re-architecting your PKI. Algorithm choices are policy, not concrete — so your chain of trust outlives the cryptography it started with.
Qertum is the open-source, crypto-agile Certificate Authority for the post-quantum era. Issue ML-DSA, SLH-DSA and hybrid X.509 certificates — with ACME automation, OCSP, CRLs and HSM-backed keys. No vendor lock-in.
# Spin up a post-quantum root CA in seconds
$ qertum init --profile root --algorithm ml-dsa-87
✓ Generated ML-DSA-87 root key (HSM slot 0)
✓ Self-signed root certificate valid 20y
✓ OCSP responder + CRL distribution online
$ qertum issue --cn api.qertum.com --hybrid ml-dsa-65+ecdsa-p256
✓ Hybrid leaf certificate issued → ./api.pem Adversaries are recording encrypted data today to decrypt it the moment a cryptographically-relevant quantum computer arrives. Every certificate signed with RSA or ECC has an expiry date dictated by quantum progress — not by your policy.
Qertum lets you migrate on your own timeline: classical, hybrid and pure post-quantum certificates from a single crypto-agile authority, so your chain of trust outlives the cryptography it started with.
Explore capabilitiesNIST deadline to deprecate classical RSA/ECC public-key cryptography
Encrypted traffic is already being harvested for future decryption
Migration coverage — classical, hybrid and pure post-quantum, side by side
Everything you expect from a production certificate authority — plus the post-quantum primitives standardized by NIST.
Swap, combine and roll signature algorithms without re-architecting your PKI. Algorithm choices are policy, not concrete — so your chain of trust outlives the cryptography it started with.
X.509 certificates that carry both a classical and a post-quantum signature, so they validate everywhere through the transition.
Root and intermediate hierarchies, renewal, revocation, OCSP responders and CRL distribution — the complete chain of trust.
RFC 8555 compliant — a drop-in for certbot, lego, cert-manager and Caddy. Automate post-quantum issuance and renewal.
Keep private keys in hardware. Native PKCS#11, KMS and YubiHSM backends keep your root offline and tamper-resistant.
One binary with a REST/gRPC API, a scriptable CLI and an audit-friendly admin console. Bare metal, Docker or Kubernetes.
No experimental ciphers. Qertum ships the finalized FIPS algorithms — and the hybrid modes that bridge you there safely.
Self-hosted, scriptable, and reproducible. Here's the whole path.
A single static binary — or pull the container. No runtime dependencies.
Generate a post-quantum or hybrid root in an HSM or software keystore.
Hand out certs by CLI, REST, or wire up ACME for hands-off renewal.
# Install
$ brew install qertum/tap/qertum
# Stand up a hybrid root CA
$ qertum init --profile root \
--algorithm ml-dsa-65+ecdsa-p256
# Issue your first leaf certificate
$ qertum issue --cn svc.qertum.com \
--san svc.qertum.com,10.0.0.4 \
--out svc.pem # Run the CA server with persistent state
$ docker run -d \
-p 8443:8443 \
-v qertum-data:/var/lib/qertum \
ghcr.io/qertum/qertum:1.0
# Enable the ACME endpoint
$ qertum acme enable --port 8443 # Install the latest release
$ curl -fsSL https://get.qertum.dev | sh
# Verify the signed release artifact
$ qertum verify --self
✓ SLH-DSA signature valid A drop-in authority — the certificates, protocols and key stores you use today, with post-quantum strength underneath.
Apache-2.0 licensed, auditable end to end, and free to self-host. Join the contributors hardening the public-key infrastructure of the post-quantum internet.