Fix mode for the .crt
This commit is contained in:
parent
041ebfa229
commit
840abdfbd9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
mode: '0644' }
|
mode: '0644' }
|
||||||
- { file: "{{ puppet_private }}/vpn/openvpn/keys/{{ inventory_hostname }}.crt",
|
- { file: "{{ puppet_private }}/vpn/openvpn/keys/{{ inventory_hostname }}.crt",
|
||||||
dest: "/etc/openvpn/client.crt",
|
dest: "/etc/openvpn/client.crt",
|
||||||
mode: '0644' }
|
mode: '0600' }
|
||||||
- { file: "{{ puppet_private }}/vpn/openvpn/keys/{{ inventory_hostname }}.key",
|
- { file: "{{ puppet_private }}/vpn/openvpn/keys/{{ inventory_hostname }}.key",
|
||||||
dest: "/etc/openvpn/client.key",
|
dest: "/etc/openvpn/client.key",
|
||||||
mode: '0600' }
|
mode: '0600' }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue