diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2018-02-06 07:49:44 -0700 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2018-02-06 07:49:44 -0700 |
| commit | 01d682ff3f610bdb63ecf604f37902f76fbc65ae (patch) | |
| tree | e018ed336047641f5fc51a6c75828dd7ca846fa7 /salt/openbook/ansible/files | |
| parent | 18b6aab9ba4e249b3133a62469b1dbdf9875ee26 (diff) | |
SSL key should be owned by root
Diffstat (limited to 'salt/openbook/ansible/files')
| -rw-r--r-- | salt/openbook/ansible/files/ssl.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/salt/openbook/ansible/files/ssl.yaml b/salt/openbook/ansible/files/ssl.yaml index 8c96ebb..cb61c44 100644 --- a/salt/openbook/ansible/files/ssl.yaml +++ b/salt/openbook/ansible/files/ssl.yaml @@ -37,6 +37,7 @@ chmod 644 "/etc/ssl/certs/{{ item }}.crt" chown root: "/etc/ssl/certs/{{ item }}.crt" chmod 640 "/etc/ssl/private/{{ item }}.key" + chown root: "/etc/ssl/private/{{ item }}.key" fi executable: /bin/bash with_items: |
