From 34f441d8d0f76a34e1870c7e2dbb05c220b06aa0 Mon Sep 17 00:00:00 2001 From: Vault Automation Date: Fri, 6 Feb 2026 10:04:11 -0500 Subject: [PATCH] PKI: SCEP make GetCACaps response dynamic based on configuration (#12198) (#12231) * PKI: SCEP make GetCACaps response dynamic based on configuration * add cl * Use strings.Builder for more efficient response building Co-authored-by: Steven Clark --- changelog/_12198.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/_12198.txt diff --git a/changelog/_12198.txt b/changelog/_12198.txt new file mode 100644 index 0000000000..cab443245a --- /dev/null +++ b/changelog/_12198.txt @@ -0,0 +1,6 @@ +```release-note:bug +secrets/pki (enterprise): Modify the SCEP GetCACaps endpoint to dynamically reflect the configured encryption and digest algorithms. +``` +```release-note:improvement +secrets/pki (enterprise): Return the POSTPKIOperation capability within SCEP GetCACaps endpoint for better legacy client support. +```