Add remote signing support as a first-class signing mode #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Extend the signing architecture so that certificate/CRL signing can be performed not only locally, but also on remote compute/signing units. This should include routing through SignatureWorkflow and preserve the current security model where private keys are never exposed to PKI orchestration services.
Why this matters
Highly regulated environments commonly separate approval, orchestration, and key usage boundaries. Remote signing is also a prerequisite for HSM-backed or delegated signing environments.
Acceptance criteria