mirror of
https://github.com/Luzifer/vault-openvpn.git
synced 2024-11-10 01:00:08 +00:00
19 lines
153 B
Text
19 lines
153 B
Text
|
remote myserver.com 1194 udp
|
||
|
|
||
|
client
|
||
|
nobind
|
||
|
dev tap
|
||
|
|
||
|
<ca>
|
||
|
{{ .CertAuthority }}
|
||
|
</ca>
|
||
|
|
||
|
<cert>
|
||
|
{{ .Certificate }}
|
||
|
</cert>
|
||
|
|
||
|
<key>
|
||
|
{{ .PrivateKey }}
|
||
|
</key>
|
||
|
|