1
0
Fork 0
mirror of https://github.com/Luzifer/vault-openvpn.git synced 2024-11-10 01:00:08 +00:00
vault-openvpn/example/living-example/client.conf
2016-07-25 00:51:25 +02:00

18 lines
153 B
Text

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