remove deprecated flag

Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
This commit is contained in:
Daniel Hansson
2024-11-13 18:52:26 +01:00
committed by GitHub
parent 2c0e0b04be
commit 523a076159

2
lib.sh
View File

@ -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[@]}"