From 78a3efd5ca98e77253036bb432683b036155d8ff Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Thu, 17 Oct 2019 17:18:31 -0600 Subject: [PATCH] add certificate params --- ab-nginx.params.template | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ab-nginx.params.template b/ab-nginx.params.template index 01addc5..fa69e11 100644 --- a/ab-nginx.params.template +++ b/ab-nginx.params.template @@ -2,4 +2,11 @@ SERVER_NAMES="domain.tld www.domain.tld server.domain.tld alt.domain.tld" HSTS=FALSE TLS13_ONLY=FALSE +# Certificate files to be bind-mounted +SSL_CERT=/path/to/your/ssl-certificate/fullchain.pem +SSL_KEY=/path/to/your/ssl-private-key/privkey.pem +SSL_CHAIN=/path/to/your/ssl-certificate-chain/chain.pem +DH=/path/to/your/diffie-hellman-parameters-file/dhparam.pem + + #EOF \ No newline at end of file