Fix totpcgi TLS path
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
d6fc29f6f2
commit
29bfd4c6ed
1 changed files with 4 additions and 4 deletions
|
@ -107,11 +107,11 @@ data:
|
|||
{% endif %}
|
||||
SSLEngine on
|
||||
{% if objectname == "configmap-totpcgi-vpn.yml" %}
|
||||
SSLCertificateFile /etc/pki/totp_vpn/tls.crt
|
||||
SSLCertificateKeyFile /etc/pki/totp_vpn/tls.key
|
||||
SSLCertificateFile /etc/pki/totp/tls.crt
|
||||
SSLCertificateKeyFile /etc/pki/totp/tls.key
|
||||
{% else %}
|
||||
SSLCertificateFile /etc/pki/totp_primary/tls.crt
|
||||
SSLCertificateKeyFile /etc/pki/totp_primary/tls.key
|
||||
SSLCertificateFile /etc/pki/totp/tls.crt
|
||||
SSLCertificateKeyFile /etc/pki/totp/tls.key
|
||||
{% endif %}
|
||||
SSLCACertificateFile /etc/totpcgi/totpcgi-ca.crt
|
||||
SSLHonorCipherOrder On
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue