mirror of
https://github.com/nextcloud/vm.git
synced 2025-07-20 16:54:22 +00:00
remove deprecated flag
Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
This commit is contained in:
2
lib.sh
2
lib.sh
@ -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[@]}"
|
||||
|
Reference in New Issue
Block a user