Update cert location

pull/1/head
Georg Krause 2021-03-25 15:49:02 +01:00
parent a67f1f3917
commit 9167bcd0e5
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ server {
listen [::]:443 ssl http2;
server_name {{ node_exporter_domain }};
ssl_certificate {{ certs_dir }}/{{ node_exporter_cert }}/fullchain;
ssl_certificate_key {{ certs_dir }}/{{ node_exporter_cert }}/key;
ssl_certificate {{ certs_dir }}/{{ node_exporter_cert }}/cert.pem;
ssl_certificate_key {{ certs_dir }}/{{ node_exporter_cert }}/key.pem;
ssl_session_timeout 1d;
ssl_session_cache shared:SSL:10m;
ssl_session_tickets off;