Install the SSL certs for saml2
This commit is contained in:
parent
51305453b8
commit
9204b67642
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue