mirror of
https://github.com/itiligent/Easy-Guacamole-Installer.git
synced 2025-12-13 18:02:32 +00:00
make default self sign TLS lifetime 3650
This commit is contained in:
parent
86a29b9853
commit
79019fdbc4
1 changed files with 1 additions and 1 deletions
|
|
@ -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_LOCATION="Melbourne" # Self signed cert setup, must not be blank
|
||||||
CERT_ORG="Itiligent" # 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_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)
|
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_DNS_NAME="" # Public DNS name for use with Lets Encrypt certificates, must match public DNS
|
||||||
LE_EMAIL="" # Webmaster email for Lets Encrypt notifications
|
LE_EMAIL="" # Webmaster email for Lets Encrypt notifications
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue