Need the ca cert here.

This commit is contained in:
Ralph Bean 2015-06-24 15:42:00 +00:00
parent f08699c153
commit 8245b35ae2

View file

@ -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