From 5f7f879a72763bf337b5c1ae02f8adb197ee1857 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Thu, 17 Oct 2019 00:41:34 -0600 Subject: [PATCH] remove TLS paths, must be specified at runtime --- ab-nginx.params.template | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/ab-nginx.params.template b/ab-nginx.params.template index 65814eb..01addc5 100644 --- a/ab-nginx.params.template +++ b/ab-nginx.params.template @@ -1,12 +1,5 @@ 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 +#EOF \ No newline at end of file