Ticket #907: myclient.conf
File myclient.conf, 307 bytes (added by , 6 years ago) |
---|
Line | |
---|---|
1 | client |
2 | dev tun |
3 | remote my.fqdn.org 443 tcp |
4 | resolv-retry infinite |
5 | nobind |
6 | persist-key |
7 | persist-tun |
8 | verb 3 |
9 | cipher AES-256-CBC |
10 | auth SHA512 |
11 | comp-lzo |
12 | remote-cert-tls server |
13 | key-direction 1 |
14 | <ca> |
15 | ... omitted ... |
16 | </ca> |
17 | <cert> |
18 | ... omitted ... |
19 | </cert> |
20 | <key> |
21 | ... omitted ... |
22 | </key> |
23 | <tls-auth> |
24 | ... omitted ... |
25 | </tls-auth> |