Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support sub-CA OCSP signing delegation #1899

Open
pki-bot opened this issue Oct 3, 2020 · 1 comment
Open

Support sub-CA OCSP signing delegation #1899

pki-bot opened this issue Oct 3, 2020 · 1 comment
Milestone

Comments

@pki-bot
Copy link

pki-bot commented Oct 3, 2020

This issue was migrated from Pagure Issue #1337. Originally filed by ftweedal (@frasertweedale) on 2015-04-08 09:57:50:

  • Assigned to nobody

In the initial implementation, lightweight sub-CAs sign OCSP
responses with the CA signing certificate.

It should be possible to configure (at creation time) a lightweight
sub-CA to delegate OCSP signing to a dedicated, subordinate OCSP
signing certificate. This will involve:

  • update API and CLI to have option to specify whether OCSP delegation
    should be used, and register the choice with the subCA config.

  • generating an additional keypair for OCSP signing and ensure the private
    key is replicated among replica

  • create request and sign the OCSP signing certificate

  • update OCSP responder and/or CertificateAuthority class to, for subCAs using
    OCSP delegation, instantiate a SigningUnit for OCSP and use it when signing
    OCSP requests.

@pki-bot pki-bot added this to the UNTRIAGED milestone Oct 3, 2020
@pki-bot
Copy link
Author

pki-bot commented Oct 3, 2020

Comment from ftweedal (@frasertweedale) at 2017-02-27 14:09:32

Metadata Update from @frasertweedale:

  • Issue set to the milestone: UNTRIAGED

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant