Skip to content
Snippets Groups Projects
Commit 2572425e authored by Jan Philipp Timme's avatar Jan Philipp Timme
Browse files

Use fullchain instead of raw certificate

parent 3cd364f7
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ server {
ssl_session_timeout 5m;
ssl on;
ssl_certificate /etc/hsh-certs/{{ nginx_conf.get('ssl_cert_name', instance_name) }}.pem;
ssl_certificate /etc/hsh-certs/{{ nginx_conf.get('ssl_cert_name', instance_name) }}.fullchain.pem;
ssl_certificate_key /etc/hsh-certs/{{ nginx_conf.get('ssl_cert_name', instance_name) }}.key;
# Diffie-Hellman parameter for DHE ciphersuites, recommended 2048 bits
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment