From 04ef3c73d21408da06bb137cc5478f828b61a99b Mon Sep 17 00:00:00 2001 From: Javan lacerda Date: Sun, 30 Jun 2024 15:59:54 +0000 Subject: [PATCH] update SubjectAlternativeNameTemplate comment Signed-off-by: Javan lacerda --- pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index 6b601a28b..3181fdfbf 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -83,7 +83,7 @@ type IssuerMetadata struct { // It expects strings with templates syntax https://pkg.go.dev/text/template // or raw strings with claims keys to be replaced ClaimsTemplates certificate.Extensions - // A alternative name for the issuer subject + // Template for the Subject Alternative Name extension // It's typically the same value as Build Signer URI SubjectAlternativeNameTemplate string }