Skip to content

Commit

Permalink
remove deprecated flag
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hansson <[email protected]>
  • Loading branch information
enoch85 authored Nov 13, 2024
1 parent 2c0e0b0 commit 523a076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ local standalone="certbot certonly --standalone --pre-hook \"systemctl stop apa
#tls-alpn-01
local tls_alpn_01="certbot certonly --preferred-challenges tls-alpn-01 $default_le"
#dns
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"
local methods=(standalone dns)

for f in "${methods[@]}"
Expand Down

0 comments on commit 523a076

Please sign in to comment.