1
0
mirror of https://github.com/Luzifer/vault-openvpn.git synced 2024-09-20 01:52:56 +00:00
vault-openvpn/example/living-example/client.conf
2016-07-25 00:51:25 +02:00

19 lines
153 B
Plaintext

remote myserver.com 1194 udp
client
nobind
dev tap
<ca>
{{ .CertAuthority }}
</ca>
<cert>
{{ .Certificate }}
</cert>
<key>
{{ .PrivateKey }}
</key>