Use chained cert for nginx

This commit is contained in:
Adrian Heine 2017-07-19 13:21:15 +02:00
parent e8b8122973
commit 412af95149
5 changed files with 78 additions and 2 deletions

View file

@ -66,7 +66,7 @@ server {{
server_name {0};
include \"snippets/acme-challenge.conf\";
ssl_certificate /etc/ssl/local_certs/{0}.crt;
ssl_certificate /etc/ssl/local_certs/{0}.chained.crt;
ssl_certificate_key /etc/ssl/private/{0}.key;
add_header Strict-Transport-Security \"max-age=31536000\";