Change PemSHA to CASHA
This commit is contained in:
parent
65b9e2c574
commit
4624b5bc77
2 changed files with 4 additions and 4 deletions
|
|
@ -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 }};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue