diff --git a/roles/totpcgi/templates/configmap.yml b/roles/totpcgi/templates/configmap.yml index bce628c119..3c00baeba5 100644 --- a/roles/totpcgi/templates/configmap.yml +++ b/roles/totpcgi/templates/configmap.yml @@ -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