Pending certificate operations and asynchronous authority flows#295
Open
3keyroman wants to merge 1 commit into
Open
Pending certificate operations and asynchronous authority flows#2953keyroman wants to merge 1 commit into
3keyroman wants to merge 1 commit into
Conversation
- Document Pending Issue and Pending Revoke certificate states with operator-driven Finalise / Confirm / Cancel actions and the operations that are blocked while a certificate is parked. - Extend Authority Provider v2 with the asynchronous certificate operations section: 202 + meta parking signal, four new endpoints (cancelIssueCertificate, cancelRevokeCertificate, getIssueCertificateStatus, getRevokeCertificateStatus) and sequence diagrams for park / finalise / confirm / cancel flows. - List External Authority Provider connector in available-connectors and current-versions. - Add pollReq / pollRep PKIBody types to the supported CMP messages table. - Point apiVersion at main so the build resolves the unreleased API definitions until the next release. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced May 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the certificate lifecycle for asynchronous authority operations — when a certification authority cannot complete
issue,renew, orrevokesynchronously and the certificate is parked inPending Issue/Pending Revokeuntil an operator finalises it.Closes #257.
What changed
certificate-key/concept-design/core-components/certificate.md—Pending IssueandPending Revokeare now first-class states with descriptions, transition diagram entries, and a new Asynchronous operations section covering Finalise Issue / Confirm Revoke / Cancel Pending operator actions and the operations blocked while a certificate is parked.certificate-key/connectors/provider-interfaces/authority-provider-v2.md— added the Asynchronous certificate operations section: parking signal (200/202/ other), four new endpoints (cancelIssueCertificate,cancelRevokeCertificate,getIssueCertificateStatus,getRevokeCertificateStatus), and sequence diagrams for park-issue, park-revoke, manual finalise, manual confirm revoke, and cancel-pending flows. Updated the management functions list at the top.certificate-key/connectors/available-connectors.md— addedExternal Authority Providerconnector row.certificate-key/current-versions.md— addedExternal Authority Provider 1.0.0(unreleased; placeholder version that will be bumped at release).certificate-key/protocols/cmp/overview.md— addedpollReq/pollRepPKIBody types to the supported CMP messages table (the platform now handles the polling exchange when a certificate is parked; the polling response semantics themselves are RFC 4210 standard behaviour).docusaurus.config.js—apiVersionset tomainso the build resolves the unreleased API definitions; will be set back to a released version once2.18.0ships.🤖 Generated with Claude Code