Change PemSHA to CASHA

This commit is contained in:
Gabor Lekeny 2019-08-16 06:31:15 +02:00
parent 65b9e2c574
commit 4624b5bc77
2 changed files with 4 additions and 4 deletions

View file

@ -806,7 +806,7 @@ stream {
{{ end }}
{{ if not (empty $server.ProxySSL.CAFileName) }}
# PEM sha: {{ $server.ProxySSL.PemSHA }}
# PEM sha: {{ $server.ProxySSL.CASHA }}
proxy_ssl_certificate {{ $server.ProxySSL.CAFileName }};
proxy_ssl_certificate_key {{ $server.ProxySSL.CAFileName }};
proxy_ssl_trusted_certificate {{ $server.ProxySSL.CAFileName }};