fix: cert domain

pull/1/head
thiuda 2023-01-27 13:50:23 +01:00
parent fcc9c978b8
commit 04172bd612
1 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@ server {
ssl_prefer_server_ciphers on;
ssl_dhparam {{ ssl_dir }}/dhparams.pem;
ssl_ecdh_curve secp384r1;
ssl_certificate {{ certs_dir }}/{{ collabora_domain }}/cert.pem;
ssl_certificate_key {{ certs_dir }}/{{ collabora_domain }}/key.pem;
ssl_certificate {{ certs_dir }}/{{ collabora_domain | get_cert_domain }}/cert.pem;
ssl_certificate_key {{ certs_dir }}/{{ collabora_domain | get_cert_domain }}/key.pem;
##
# OCSP Stapling
@ -24,7 +24,7 @@ server {
ssl_stapling on;
ssl_stapling_verify on;
resolver {{ dns_resolvers }} valid=300s;
ssl_trusted_certificate {{ certs_dir }}/{{ collabora_domain }}/cert.pem;
ssl_trusted_certificate {{ certs_dir }}/{{ collabora_domain | get_cert_domain }}/cert.pem;
##
# HSTS