We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e8fae commit 6e9dc34Copy full SHA for 6e9dc34
nginx.tmpl
@@ -222,10 +222,10 @@ server {
222
ssl_dhparam {{ printf "/etc/nginx/certs/%s.dhparam.pem" $cert }};
223
{{ end }}
224
225
- {{ if (exists (printf "/etc/nginx/certs/%s.chain.crt" $cert)) }}
+ {{ if (exists (printf "/etc/nginx/certs/%s.chain.pem" $cert)) }}
226
ssl_stapling on;
227
ssl_stapling_verify on;
228
- ssl_trusted_certificate {{ printf "/etc/nginx/certs/%s.chain.crt" $cert }};
+ ssl_trusted_certificate {{ printf "/etc/nginx/certs/%s.chain.pem" $cert }};
229
230
231
{{ if (and (ne $https_method "noredirect") (ne $hsts "off")) }}
0 commit comments