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 }