Fix a comment

This commit is contained in:
Jamie Cameron
2025-11-01 10:48:07 -07:00
parent 84348e3fc4
commit ef1e9bbf93

View File

@@ -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");