From e407a750e4cb1bfac2b0af07a5e5e08f42a1ab5a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 26 Mar 2024 11:46:54 +0100 Subject: [PATCH] fix: set ssl certs for saml endpoint --- tasks/tls.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/tls.yml b/tasks/tls.yml index 2c2f8d2..b660305 100644 --- a/tasks/tls.yml +++ b/tasks/tls.yml @@ -31,6 +31,8 @@ loop: - { path: apache2/ssl/certificate, value: "{{ ucs_tls_certs_dir }}/ucs.pem" } - { path: apache2/ssl/key, value: "{{ ucs_tls_key_dir }}/ucs.pem" } + - { path: saml/apache2/ssl/certificate, value: "{{ ucs_tls_certs_dir }}/ucs.pem" } + - { path: saml/apache2/ssl/key, value: "{{ ucs_tls_key_dir }}/ucs.pem" } loop_control: label: "variable: {{ item.path }}={{ item.value }}" notify: __ucs_apache_restart