certs don't go in private/

This commit is contained in:
Tim Flink 2015-07-23 01:13:55 +00:00
parent c4de140db9
commit 5365129189

View file

@ -135,7 +135,7 @@
- name: Install the SSL intermediate cert - name: Install the SSL intermediate cert
copy: copy:
src: "{{ private}}/files/httpd/{{ sslintermediatecertfile }}" src: "{{ private}}/files/httpd/{{ sslintermediatecertfile }}"
dest: /etc/pki/tls/private/{{ sslintermediatecertfile }} dest: /etc/pki/tls/certs/{{ sslintermediatecertfile }}
owner: root owner: root
group: root group: root
mode: 0600 mode: 0600