Fix totpcgi TLS path

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-29 17:04:38 +02:00
parent d6fc29f6f2
commit 29bfd4c6ed

View file

@ -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