[[Category:Services]]
== Information ==
* COMING SOON* FREESTORM NEEDS TO DOCUMENT THIS SHIT HARD!!!!!== Client configuration ==
= Client configuration = == Gnome Network manager ===
<gallery>
File:Screenshot_from_2013-01-02_00-51-24.png
</gallery>
== Openvpn shell config = Command Line ===* Put the following content in a ''foo.cfg'' configuration file** /!\ The certificate ca.crt must be in the same directory as foo.cfg, or change path in foo.cfg/!\
<pre>
client
auth-user-pass
</pre>
/!\ You need to have the certificate ca.crt in the same directory as foo.cfg, or change path in foo.cfg /!\ * To connect:
<pre>
$ openvpn foo.cfg
</pre>