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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/nextcloudpi-config.d/letsencrypt.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/nextcloudpi-config.d/letsencrypt.sh b/etc/nextcloudpi-config.d/letsencrypt.sh
index f27fe8cf..a80ada97 100644
--- a/etc/nextcloudpi-config.d/letsencrypt.sh
+++ b/etc/nextcloudpi-config.d/letsencrypt.sh
@@ -31,7 +31,10 @@ show_info()
whiptail --yesno \
--backtitle "NextCloudPi configuration" \
--title "Warning" \
-"Internet access is required for this configuration to complete" \
+"Internet access is required for this configuration to complete
+
+Your certificate will be automatically renewed every month
+" \
20 90
}