Use chained cert for nginx
This commit is contained in:
parent
e8b8122973
commit
412af95149
5 changed files with 78 additions and 2 deletions
|
|
@ -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\";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue