Commit 63be9c88 by John Jarvis

Merge pull request #460 from edx/jarv/gpg-perms

giving the web user permission to read the gnupg keys
parents ec520aa4 7f13645f
......@@ -65,7 +65,7 @@
copy: >
src={{ CERTS_LOCAL_PRIVATE_KEY }}
dest={{ certs_app_dir }}/{{ CERTS_LOCAL_PRIVATE_KEY|basename }}
owner={{ certs_user }} mode=0600
owner={{ certs_user }} group={{ common_web_user }} mode=0640
notify: certs | restart certs
register: certs_gpg_key
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment