initial parameter template file

This commit is contained in:
Asif Bacchus 2019-10-17 00:14:08 -06:00
parent cc1fe51539
commit 2ae3fa2144
1 changed files with 12 additions and 0 deletions

12
ab-nginx.params.template Normal file
View File

@ -0,0 +1,12 @@
SERVER_NAMES="domain.tld www.domain.tld server.domain.tld alt.domain.tld"
HSTS=FALSE
TLS13_ONLY=FALSE
# certificates
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