Need the ca cert here.
This commit is contained in:
parent
f08699c153
commit
8245b35ae2
1 changed files with 2 additions and 2 deletions
|
@ -22,9 +22,9 @@
|
||||||
# Also expose the ca cert. Everybody gets this and can read it. Public!
|
# Also expose the ca cert. Everybody gets this and can read it. Public!
|
||||||
# End users (fedmsg-notify) need it to be able to validate our outbound
|
# End users (fedmsg-notify) need it to be able to validate our outbound
|
||||||
# messages.
|
# messages.
|
||||||
- name: Copy over our crl from the private repo
|
- name: Copy over our CA cert from the private repo
|
||||||
copy: >
|
copy: >
|
||||||
src={{puppet_private}}/fedmsg-certs/keys/crl.pem dest=/srv/web/fedmsg/crl.pem
|
src={{puppet_private}}/fedmsg-certs/keys/ca.cert dest=/srv/web/fedmsg/ca.cert
|
||||||
owner=root group=root mode=0644
|
owner=root group=root mode=0644
|
||||||
tags:
|
tags:
|
||||||
- fedmsg
|
- fedmsg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue