From 79019fdbc40ac83a4f863c931058efa932a9f75c Mon Sep 17 00:00:00 2001 From: Itiligent <94789708+itiligent@users.noreply.github.com> Date: Sun, 13 Oct 2024 13:59:43 +1100 Subject: [PATCH] make default self sign TLS lifetime 3650 --- 1-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-setup.sh b/1-setup.sh index 65e840f..2263e8f 100644 --- a/1-setup.sh +++ b/1-setup.sh @@ -137,7 +137,7 @@ CERT_STATE="Victoria" # Self signed cert setup, must not be blank CERT_LOCATION="Melbourne" # Self signed cert setup, must not be blank CERT_ORG="Itiligent" # Self signed cert setup, must not be blank CERT_OU="I.T." # Self signed cert setup, must not be blank -CERT_DAYS="" # Self signed cert setup, days until self signed TLS cert expiry, blank = default 3650 +CERT_DAYS="3650" # Self signed cert setup, days until self signed TLS cert expiry, blank = default 3650 LETS_ENCRYPT="" # Add Lets Encrypt public TLS cert for Nginx (true/false, self signed TLS not available with this option) LE_DNS_NAME="" # Public DNS name for use with Lets Encrypt certificates, must match public DNS LE_EMAIL="" # Webmaster email for Lets Encrypt notifications