mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
change wording
This commit is contained in:
parent
1fe2467c77
commit
6264139d54
@ -218,7 +218,7 @@ fi
|
||||
# Generate certs and auto-configure if successful
|
||||
if [ -n "$DEDYNDOMAIN" ]
|
||||
then
|
||||
print_text_in_color "$ICyan" "Renewing TLS with DNS, please don't abort the hook, it may take a while..."
|
||||
print_text_in_color "$ICyan" "Generating new TLS cert with DNS and deSEC, please don't abort the hook, it may take a while..."
|
||||
# Renew with DNS by default
|
||||
if certbot certonly --manual --text --key-type ecdsa --renew-by-default --server https://acme-v02.api.letsencrypt.org/directory --no-eff-email --agree-tos --preferred-challenges dns --manual-auth-hook "$SCRIPTS"/deSEC/hook.sh --manual-cleanup-hook "$SCRIPTS"/deSEC/hook.sh -d "$DEDYNDOMAIN"
|
||||
then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user