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

Address some small nits in PKI rotation #15019

Merged

Commits on Apr 13, 2022

  1. Assign Name=current to migrated key and issuer

     - Detail I missed from the RFC was to assign the Name field as "current" for migrated key and issuer.
    stevendpclark committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    1b8f0c6 View commit details
    Browse the repository at this point in the history
  2. Build CRL upon PKI intermediary set-signed api called

     - Add a call to buildCRL if we created an issuer within pathImportIssuers
     - Augment existing FullCAChain to verify we have a proper CRL post set-signed api call
     - Remove a code block writing out "ca" storage entry that is no longer used.
    stevendpclark committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    a264721 View commit details
    Browse the repository at this point in the history