mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-07 03:41:13 +01:00
* outline of key usage fix * Changelog, and test-fix * Simplify code setting key_usage * make fmt * Per internal dicussion to align closer to the CAB guidelines, only allow DigitalSignature. * Breaking Change: error if invalid key_usage to generate root or sign-intermediate. * Change error to warning in order to not break backwards compatibility.
4 lines
156 B
Plaintext
4 lines
156 B
Plaintext
```release-note:bug
|
|
secrets/pki: fix a bug where key_usage was ignored when generating root certificates, and signing certain
|
|
intermediate certificates.
|
|
``` |