From 56313dbd47a69c4f91384662fe73d2bf8662730b Mon Sep 17 00:00:00 2001 From: Steven Clark Date: Wed, 31 Aug 2022 16:55:22 -0400 Subject: [PATCH] Update changelog for OCSP feature (#16969) --- changelog/16723.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/16723.txt b/changelog/16723.txt index 68753265e33af..faba4594c049c 100644 --- a/changelog/16723.txt +++ b/changelog/16723.txt @@ -1,4 +1,4 @@ ```release-note:feature -secrets/pki: Add an OCSP responder that implements a subset of RFC6960, answering single serial number OCSP requests for +**OCSP Responder**: PKI mounts now have an OCSP responder that implements a subset of RFC6960, answering single serial number OCSP requests for a specific cluster's revoked certificates in a mount. ```