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.
2 parents 000a447 + 6e9dc34 commit 1dce981Copy full SHA for 1dce981
nginx.tmpl
@@ -253,10 +253,10 @@ server {
253
ssl_dhparam {{ printf "/etc/nginx/certs/%s.dhparam.pem" $cert }};
254
{{ end }}
255
256
- {{ if (exists (printf "/etc/nginx/certs/%s.chain.crt" $cert)) }}
+ {{ if (exists (printf "/etc/nginx/certs/%s.chain.pem" $cert)) }}
257
ssl_stapling on;
258
ssl_stapling_verify on;
259
- ssl_trusted_certificate {{ printf "/etc/nginx/certs/%s.chain.crt" $cert }};
+ ssl_trusted_certificate {{ printf "/etc/nginx/certs/%s.chain.pem" $cert }};
260
261
262
{{ if (and (ne $https_method "noredirect") (ne $hsts "off")) }}
0 commit comments