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

Do not close the PKCS11 context on startup #282

Merged
merged 1 commit into from
Dec 16, 2021

Commits on Dec 15, 2021

  1. Do not close the PKCS11 context on startup

    When Fulcio is started with PKCS11 CA, every signing request fails with
    "context is closed" error. This is because the private key is loaded
    once but then its context is closed. The private key of the CA doesn't
    change during the entire lifecycle of Fulcio and it cannot be used
    without active context.
    
    Closes: sigstore#281
    
    Signed-off-by: Radoslav Gerganov <rgerganov@vmware.com>
    rgerganov committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    05ce63e View commit details
    Browse the repository at this point in the history