From 6a3f828e164caac4a0134ab335505b05510142f0 Mon Sep 17 00:00:00 2001 From: Steven Clark Date: Wed, 11 Dec 2024 10:14:45 -0500 Subject: [PATCH] Update changelog entry linking PKI considerations page for more info (#29147) --- changelog/29045.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/29045.txt b/changelog/29045.txt index 116b89eda1a7..0132732f54d0 100644 --- a/changelog/29045.txt +++ b/changelog/29045.txt @@ -1,3 +1,3 @@ ```release-note:change -secrets/pki: Enforce the issuer constraint extensions (extended key usage, name constraints, issuer name) when issuing or signing leaf certificates. +secrets/pki: Enforce the issuer constraint extensions (extended key usage, name constraints, issuer name) when issuing or signing leaf certificates. For more information see [PKI considerations](https://developer.hashicorp.com/vault/docs/secrets/pki/considerations#issuer-constraints-enforcement) ```