Our IETF draft (draft-quantumsecure-acme-pqc-00) extends RFC 8555 with a kty=PQC JWK shape, an algorithm-aware order resource, and an alt-signature delivery path so existing ACME clients can issue hybrid certificates with minimal changes.
RFC 8555 anchors itself in classical JWS — RSA, ECDSA, Ed25519. Our draft adds a single new key type, kty=PQC, with FIPS-204 / 205 / 206 algorithm identifiers, plus a small extension to the order resource so a client can request a specific PQC algorithm or a hybrid (classical+PQC) issuance.
The CA returns the leaf certificate with a classical signature in the standard signatureValue field and a parallel PQC signature in the altSignatureValue extension (draft-ietf-lamps-x509-alt). Existing TLS stacks validate the classical half and ignore the unknown extensions; PQC-aware verifiers validate both.
The QuantumSecure CA implements the draft live at https://api.quantumsecure.app/acme/directory. Source for the draft and a reference certbot plugin lives at github.com/quantumsecure/draft-acme-pqc.