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:
authornachoparker <nacho@ownyourbits.com>2017-07-05 22:31:03 +0300
committernachoparker <nacho@ownyourbits.com>2017-07-05 22:31:03 +0300
commita98bf796ee4c097ba9c09f0ac56048bdb114ee16 (patch)
treea243baa81350aa2bc02b82a5bdb5ac135b8ed4fc
parent46c2487829973e7aa89ed4b462dd6af01a60ce1b (diff)
improve info letsencryptv0.16.1
-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
}