add the new certs that will need to be installed. They will need to be properly installed and then the other configs need to use them
This commit is contained in:
parent
a5601476b9
commit
d81f49b969
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
- name: copy httpd ssl certificates
|
||||
copy: src="{{ private }}/files/httpd/{{ item }}" dest="/etc/lighttpd/{{ item }}" owner=root group=root mode=0600
|
||||
with_items:
|
||||
- copr-be.cloud.fedoraproject.org.key
|
||||
- copr-be.cloud.fedoraproject.org.cert
|
||||
- copr-be.cloud.fedoraproject.org.pem
|
||||
- copr-be.cloud.fedoraproject.org.intermediate.cert
|
||||
- copr.fedorainfracloud.org.key
|
||||
- copr.fedorainfracloud.org.crt
|
||||
- copr.fedorainfracloud.org.pem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue