certs don't go in private/
This commit is contained in:
parent
c4de140db9
commit
5365129189
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue