From 1e0613a975576d004c823fc3e9c8ce1203816892 Mon Sep 17 00:00:00 2001 From: Samantha Date: Mon, 9 Mar 2026 12:05:13 -0400 Subject: [PATCH] features: Small comment fix for DNSAccount01Enabled --- features/features.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/features.go b/features/features.go index fb3fe9920c7..a4b5cf33943 100644 --- a/features/features.go +++ b/features/features.go @@ -78,7 +78,7 @@ type Config struct { // DNSAccount01Enabled controls support for the dns-account-01 challenge // type. When enabled, the server can offer and validate this challenge // during certificate issuance. This flag must be set to true in the - // RA, VA, and WFE2 services for full functionality. + // RA and VA services for full functionality. DNSAccount01Enabled bool }