From a98bf796ee4c097ba9c09f0ac56048bdb114ee16 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Wed, 5 Jul 2017 21:31:03 +0200 Subject: [PATCH] improve info letsencrypt --- etc/nextcloudpi-config.d/letsencrypt.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/nextcloudpi-config.d/letsencrypt.sh b/etc/nextcloudpi-config.d/letsencrypt.sh index f27fe8cf1..a80ada974 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 }