openvpn: fix path to private key
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
7e084f5140
commit
3fb1742d93
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ data:
|
|||
ca.crt: {{ lookup('file', private+'/files/vpn/pki/ca.crt') | b64encode }}
|
||||
{% for node in ocp_nodes %}
|
||||
{{node}}.crt: {{ lookup('file', private+'/files/vpn/pki/issued/'+node+'.crt') | b64encode }}
|
||||
{{node}}.key: {{ lookup('file', private+'/files/vpn/pki/issued/'+node+'.key') | b64encode }}
|
||||
{{node}}.key: {{ lookup('file', private+'/files/vpn/pki/private/'+node+'.key') | b64encode }}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue