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 }