2022-08-10 18:35:03 +00:00
|
|
|
---
|
2022-08-22 16:52:47 +00:00
|
|
|
idp_tls:
|
|
|
|
cert: "{{ cacert_home }}/etc/{{ oidc_urls.idp.host }}.pem"
|
|
|
|
key: "{{ cacert_home }}/etc/{{ oidc_urls.idp.host }}-key.pem"
|
|
|
|
client_cas: "{{ cacert_home }}/etc/{{ oidc_urls.idp.host }}-client-cas.pem"
|