Skip to content

Commit

Permalink
Update server.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Jansen <[email protected]>
  • Loading branch information
Marcel-Jansen authored Mar 5, 2024
1 parent ffdc4d1 commit ec6924f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/gxf/config/tomcat/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ SPDX-License-Identifier: Apache-2.0
<Certificate certificateKeyFile="/etc/ssl/certs/server.key"
certificateKeyPassword="${CERTIFICATE_KEY_PASSWORD}"
certificateFile="/etc/ssl/certs/server.crt"
{{- if .Values.clientAuthEnabled }}
{{- if .Values.httpsConnector.clientAuthEnabled }}
caCertificateFile="/etc/ssl/certs/root.crt"
SSLVerifyClient="{{ .Values.httpsConnector.SSLVerifyClient | default 'optional' }}"
SSLVerifyClient={{ .Values.httpsConnector.SSLVerifyClient | default "optional" | quote }}
{{- end }}
type="RSA" />
</SSLHostConfig>
Expand Down

0 comments on commit ec6924f

Please sign in to comment.