Skip to content

Commit 523a076

Browse files
authored
remove deprecated flag
Signed-off-by: Daniel Hansson <[email protected]>
1 parent 2c0e0b0 commit 523a076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ local standalone="certbot certonly --standalone --pre-hook \"systemctl stop apa
869869
#tls-alpn-01
870870
local tls_alpn_01="certbot certonly --preferred-challenges tls-alpn-01 $default_le"
871871
#dns
872-
local dns="certbot certonly --manual --manual-public-ip-logging-ok --preferred-challenges dns $default_le"
872+
local dns="certbot certonly --manual --preferred-challenges dns $default_le"
873873
local methods=(standalone dns)
874874

875875
for f in "${methods[@]}"

0 commit comments

Comments
 (0)