From 3a5312c97b104d71236b8c5302fcc5feef177873 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Fri, 18 Feb 2022 11:39:44 -0800 Subject: [PATCH] Add support for `AuthorizationCrt` in changelog. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a0618ab..101985f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed - IPv6 addresses are normalized as IP addresses instead of hostnames. - More descriptive JWK decryption error message. +- Make the X5C leaf certificate available to the templates using `{{ .AuthorizationCrt }}`. ### Deprecated ### Removed ### Fixed