mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
fix later
https://github.com/koalaman/shellcheck/wiki/SC2048 https://github.com/koalaman/shellcheck/wiki/SC2066
This commit is contained in:
parent
459e3abed8
commit
35e5dc733d
2
lib.sh
2
lib.sh
@ -783,7 +783,7 @@ local tls_alpn_01="certbot certonly --preferred-challenges tls-alpn-01 $default
|
||||
local dns="certbot certonly --manual --manual-public-ip-logging-ok --preferred-challenges dns $default_le"
|
||||
local methods=(standalone dns)
|
||||
|
||||
for f in "${methods[*]}"
|
||||
for f in ${methods[*]}
|
||||
do
|
||||
print_text_in_color "${ICyan}" "Trying to generate certs and validate them with $f method."
|
||||
current_method=""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user