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

19 lines
153 B
Plaintext
Raw Normal View History

2016-07-24 22:51:25 +00:00
remote myserver.com 1194 udp
client
nobind
dev tap
<ca>
{{ .CertAuthority }}
</ca>
<cert>
{{ .Certificate }}
</cert>
<key>
{{ .PrivateKey }}
</key>