From 95efc9b56967d67ca77c303f632ce14fbddc1e94 Mon Sep 17 00:00:00 2001 From: Steven Clark Date: Wed, 15 Feb 2023 09:54:14 -0500 Subject: [PATCH] Add PKI unified-revocation changelog (#19196) --- changelog/19196.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/19196.txt diff --git a/changelog/19196.txt b/changelog/19196.txt new file mode 100644 index 000000000..aab2638ce --- /dev/null +++ b/changelog/19196.txt @@ -0,0 +1,5 @@ +```release-note:feature +**PKI Cross-Cluster Revocations**: Revocation information can now be +synchronized across primary and performance replica clusters offering +a unified CRL/OCSP view of revocations across cluster boundaries. +```