webdav: fix typo (#2469)

This commit is contained in:
Stavros Kois
2024-05-14 11:39:25 +03:00
committed by GitHub
parent 18b5918987
commit f329436c13
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ description: WebDAV is a set of extensions to the HTTP protocol which allows use
annotations:
title: WebDAV
type: application
version: 1.0.22
version: 1.0.23
apiVersion: v2
appVersion: 2.4.59
kubeVersion: '>=1.16.0-0'

View File

@@ -16,7 +16,7 @@ Listen {{ .Values.webdavNetwork.httpsPort }}
{{- end }}
SSLEngine on
SSLCertificateFile "{{ include "webdav.path.cert.crt" $ }}"
SSLCertificateKeyFile "{{ include "webdav.path.cert.key" $ }}
SSLCertificateKeyFile "{{ include "webdav.path.cert.key" $ }}"
SSLProtocol +TLSv1.2 +TLSv1.3
SSLCipherSuite HIGH:MEDIUM
{{- include "webdav.core.config" $ | nindent 2 }}