We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0e0b0 commit 523a076Copy full SHA for 523a076
lib.sh
@@ -869,7 +869,7 @@ local standalone="certbot certonly --standalone --pre-hook \"systemctl stop apa
869
#tls-alpn-01
870
local tls_alpn_01="certbot certonly --preferred-challenges tls-alpn-01 $default_le"
871
#dns
872
-local dns="certbot certonly --manual --manual-public-ip-logging-ok --preferred-challenges dns $default_le"
+local dns="certbot certonly --manual --preferred-challenges dns $default_le"
873
local methods=(standalone dns)
874
875
for f in "${methods[@]}"
0 commit comments