feat: add possibility to use custom CA with XO

This commit is contained in:
Roni Väyrynen
2022-04-26 08:56:05 +03:00
parent 2f276eb80f
commit 9fba7b1935
2 changed files with 10 additions and 0 deletions

View File

@@ -75,6 +75,11 @@ PRESERVE="3"
#PATH_TO_HTTPS_CERT=$INSTALLDIR/xo.crt
#PATH_TO_HTTPS_KEY=$INSTALLDIR/xo.key
# location of CA certificate file.
# define this if your host certificate is issued by a custom CA and you want XO to trust itself.
# file can contain multiple certificates
#PATH_TO_HOST_CA=
# If set to true together with cert/key paths, defined pem key/certificate will be created if neither exists.
# options: true/false
#AUTOCERT="false"