add autocert config option to automatically create cert/key if they're defined but files don't exist
This commit is contained in:
@@ -52,5 +52,7 @@ ARCH_CHECK="true"
|
||||
PRESERVE="3"
|
||||
|
||||
# Location of pem certificate/key files. Installation will automatically configure HTTPS if these are defined. Remember to change PORT variable as well.
|
||||
#PATH_TO_HTTPS_CERT=
|
||||
#PATH_TO_HTTPS_KEY=
|
||||
#PATH_TO_HTTPS_CERT=$INSTALLDIR/xo.crt
|
||||
#PATH_TO_HTTPS_KEY=$INSTALLDIR/xo.key
|
||||
# If set to true together with above paths, defined pem key/certificate will be created if neither exists.
|
||||
#AUTOCERT="true"
|
||||
|
Reference in New Issue
Block a user