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

[1.9.x] Backport of CA system bug fixes #11718

Merged
merged 3 commits into from
Dec 6, 2021

Commits on Dec 2, 2021

  1. ca: replace ca.PrimaryIntermediateProviders

    With an optional interface that providers can use to indicate if they
    use an intermediate cert in the primary DC.
    
    This removes the need to look up the provider config when renewing the
    intermediate.
    dnephin committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    035b569 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11671 from hashicorp/dnephin/ca-fix-storing-vault…

    …-intermediate
    
    ca: fix storing the leaf signing cert with Vault provider
    dnephin committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    2706dd9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11713 from hashicorp/dnephin/ca-test-names

    ca: make test naming consistent
    dnephin committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    9a884a2 View commit details
    Browse the repository at this point in the history