Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2021-07-31 11:58:07 +0300
committerGitHub <noreply@github.com>2021-07-31 11:58:07 +0300
commit6264139d5423728f28a08489c40f00a2843e0248 (patch)
tree31dc0b444bb80b020125fb526563587af665122f /lets-encrypt
parent1fe2467c77a2a7059c65ff0c835f82363907f2a7 (diff)
change wording
Diffstat (limited to 'lets-encrypt')
-rw-r--r--lets-encrypt/activate-tls.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lets-encrypt/activate-tls.sh b/lets-encrypt/activate-tls.sh
index e2f44f33..c29f5372 100644
--- a/lets-encrypt/activate-tls.sh
+++ b/lets-encrypt/activate-tls.sh
@@ -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