Commit 8d24138e by Feanil Patel Committed by GitHub

Merge pull request #3575 from edx/feanil/fix_certs_permissions

Explicitly set permissions for certs config.
parents 3f8fc0fd 9b514b17
......@@ -3,6 +3,9 @@
template:
src: "{{ item.src }}"
dest: "{{ certs_app_dir }}/{{ item.dest }}"
owner: "{{ certs_user }}"
group: "{{ common_web_user }}"
mode: "0640"
with_items:
- { src: 'certs.env.json.j2', dest: 'env.json' }
- { src: 'certs.auth.json.j2', dest: 'auth.json' }
......
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