fix: set ssl certs for saml endpoint
This commit is contained in:
parent
8c4bae86c2
commit
e407a750e4
@ -31,6 +31,8 @@
|
|||||||
loop:
|
loop:
|
||||||
- { path: apache2/ssl/certificate, value: "{{ ucs_tls_certs_dir }}/ucs.pem" }
|
- { path: apache2/ssl/certificate, value: "{{ ucs_tls_certs_dir }}/ucs.pem" }
|
||||||
- { path: apache2/ssl/key, value: "{{ ucs_tls_key_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:
|
loop_control:
|
||||||
label: "variable: {{ item.path }}={{ item.value }}"
|
label: "variable: {{ item.path }}={{ item.value }}"
|
||||||
notify: __ucs_apache_restart
|
notify: __ucs_apache_restart
|
||||||
|
Loading…
Reference in New Issue
Block a user