From 439b565cd9d242a1a3511f9f432e699b9f98e2f4 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 25 Dec 2018 13:10:25 +0100 Subject: [PATCH] Updates in install scripts --- setup/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/functions b/setup/functions index 0b8937de..c561f7d7 100644 --- a/setup/functions +++ b/setup/functions @@ -384,7 +384,7 @@ function createCertificates { ;; esac - certbot certonly --agree-tos --email "${email}" --webroot -n -d "${hostPublic}" -d "${hostTrusted}" -d "${hostSandbox}" + certbot certonly --agree-tos --email "${email}" --webroot --webroot-path /var/www/html -n -d "${hostPublic}" -d "${hostTrusted}" -d "${hostSandbox}" # Install cron echo "0 3 * * * /usr/bin/certbot certonly --apache -n -d \"${hostPublic}\" -d \"${hostTrusted}\" -d \"${hostSandbox}\"" > crontab