From 217bcbdb978eadc1a390c17c809baa82d4fc0834 Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Mon, 8 Apr 2024 14:20:11 -0400 Subject: [PATCH] Update .changelog/20873.txt Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com> --- .changelog/20873.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changelog/20873.txt b/.changelog/20873.txt index 48ca1e41b0ae..31067e28c8b3 100644 --- a/.changelog/20873.txt +++ b/.changelog/20873.txt @@ -1,3 +1,3 @@ ```release-note:feature -gateways: api-gateway can now use the new file-system-certificate configuration entry to reference a certificate and private key that are available in the local file system of the gateway. +gateways: api-gateway can leverage listener TLS certificates available on the gateway's local filesystem by specifying the public certificate and private key path in the new file-system-certificate configuration entry ```