From ef1e9bbf930b6a80665c4af6ce6d684c67916484 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sat, 1 Nov 2025 10:48:07 -0700 Subject: [PATCH] Fix a comment --- webmin/letsencrypt-lib.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webmin/letsencrypt-lib.pl b/webmin/letsencrypt-lib.pl index a2dc886fe..e6a6e0f02 100755 --- a/webmin/letsencrypt-lib.pl +++ b/webmin/letsencrypt-lib.pl @@ -142,7 +142,8 @@ elsif ($mode eq "dns") { } } elsif ($mode eq "certbot") { - # XXX what to cehck? + # Nothing to check here, since verification is done by the standalone + # certbot server } else { return (0, "Unknown mode $mode");