Just add a .pem for this in private.
This commit is contained in:
parent
fb4214f623
commit
fd5987d45c
1 changed files with 2 additions and 7 deletions
|
@ -3,8 +3,9 @@
|
||||||
with_items:
|
with_items:
|
||||||
- copr-be.fedoraproject.org.key
|
- copr-be.fedoraproject.org.key
|
||||||
- copr-be.fedoraproject.org.crt
|
- copr-be.fedoraproject.org.crt
|
||||||
|
- copr-be.fedoraproject.org.pem
|
||||||
notify:
|
notify:
|
||||||
- concate ssl certs
|
- restart lighttpd
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
@ -14,9 +15,3 @@
|
||||||
- config
|
- config
|
||||||
notify:
|
notify:
|
||||||
- restart lighttpd
|
- restart lighttpd
|
||||||
|
|
||||||
- name: concatenate ssl certs for lighttpd
|
|
||||||
action: shell "cat /etc/lighttpd/copr-be.fedoraproject.org.key /etc/lighttpd/copr-be.fedoraproject.org.crt > /etc/lighttpd/copr-be.fedoraproject.org.pem"
|
|
||||||
notify:
|
|
||||||
- chmod_key
|
|
||||||
- restart lighttpd
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue