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 %} {% endif %}
SSLEngine on SSLEngine on
{% if objectname == "configmap-totpcgi-vpn.yml" %} {% if objectname == "configmap-totpcgi-vpn.yml" %}
SSLCertificateFile /etc/pki/totp_vpn/tls.crt SSLCertificateFile /etc/pki/totp/tls.crt
SSLCertificateKeyFile /etc/pki/totp_vpn/tls.key SSLCertificateKeyFile /etc/pki/totp/tls.key
{% else %} {% else %}
SSLCertificateFile /etc/pki/totp_primary/tls.crt SSLCertificateFile /etc/pki/totp/tls.crt
SSLCertificateKeyFile /etc/pki/totp_primary/tls.key SSLCertificateKeyFile /etc/pki/totp/tls.key
{% endif %} {% endif %}
SSLCACertificateFile /etc/totpcgi/totpcgi-ca.crt SSLCACertificateFile /etc/totpcgi/totpcgi-ca.crt
SSLHonorCipherOrder On SSLHonorCipherOrder On