Realisations/2006-2007/Projet/ServiceVPN: openvpn.conf

File openvpn.conf, 205 bytes (added by legoff, 18 years ago)
Line 
1client
2dev tun
3proto tcp
4remote localhost 1194
5nobind
6user nobody
7group nobody
8persist-key
9persist-tun
10ca keys/cakey.pem
11cert keys/client-a.crt
12key keys/client-a.key
13cipher BF-CBC
14comp-lzo
15verb 3
16mute 20