remove TLS paths, must be specified at runtime
This commit is contained in:
parent
5ccc917d1b
commit
5f7f879a72
@ -1,12 +1,5 @@
|
|||||||
SERVER_NAMES="domain.tld www.domain.tld server.domain.tld alt.domain.tld"
|
SERVER_NAMES="domain.tld www.domain.tld server.domain.tld alt.domain.tld"
|
||||||
|
|
||||||
HSTS=FALSE
|
HSTS=FALSE
|
||||||
TLS13_ONLY=FALSE
|
TLS13_ONLY=FALSE
|
||||||
|
|
||||||
# certificates
|
#EOF
|
||||||
TLS_CERTIFICATE=/path/to/your/cert/fullchain.pem
|
|
||||||
TLS_KEY=/path/to/your/privkey.pem
|
|
||||||
TLS_CHAIN=/path/to/your/cert/chain.pem
|
|
||||||
|
|
||||||
# if you're using TLS 1.2
|
|
||||||
TLS_DHPARAM=/path/to/your/dhparam.pem
|
|
Loading…
Reference in New Issue
Block a user