fix trusted certificate path

pull/1/head
thiuda 2023-04-07 18:40:45 +02:00
parent 0cb9a9cf65
commit b7c81e55d1
1 changed files with 1 additions and 1 deletions

View File

@ -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_cert_domain }}/cert.pem;
##
# HSTS