From 2ae3fa21446f91f1de83e149194fd348797e1230 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Thu, 17 Oct 2019 00:14:08 -0600 Subject: [PATCH] initial parameter template file --- ab-nginx.params.template | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ab-nginx.params.template diff --git a/ab-nginx.params.template b/ab-nginx.params.template new file mode 100644 index 0000000..65814eb --- /dev/null +++ b/ab-nginx.params.template @@ -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