Install the SSL certs for saml2

This commit is contained in:
Pierre-Yves Chibon 2015-09-30 15:23:35 +02:00
parent 51305453b8
commit 9204b67642

View file

@ -56,3 +56,14 @@
- idp-metadata.xml
tags:
- pdc
- name: Install saml2 certs
copy: >
src="{{ private}}/files/httpd/{{ item }}" dest="/etc/httpd/saml2/{{ item }}"
owner="apache" group="apache" mode=0600
with_items:
- pdc.fedorainfracloud.org.pem
- pdc.fedorainfracloud.org.key
tags:
- pdc