From 29bfd4c6eda49c46d993f18efa3f5a10d56e4916 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 29 May 2019 17:04:38 +0200 Subject: [PATCH] Fix totpcgi TLS path Signed-off-by: Patrick Uiterwijk --- roles/totpcgi/templates/configmap.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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