Line 325: |
Line 325: |
| ==== Mac OS X ==== | | ==== Mac OS X ==== |
| {{Incomplete}} | | {{Incomplete}} |
− | OpenVPN works great with [http://code.google.com/p/tunnelblick/ Tunnelblick]. Unfortunately, I have no Mac OS X here so if someone wants to add the exact notes, it would be great | + | OpenVPN works great with [http://code.google.com/p/tunnelblick/ Tunnelblick]. |
| + | |
| + | Download the PKCS#12 file to a convenient location. In that same location, create a text file using TextEdit or any other text editor. Name it anything you choose, with a file extension of .ovpn (for example, user.ovpn). |
| + | Now, go in the panel of OpenVPN-Bridge and click on the link "Display a functional client configuration file". Copy and paste this into your config file (.ovpn), and change the pkcs12 directive to match your certificate name, like this: |
| + | pkcs12 user.p12 |
| + | |
| + | If you want to be able to connect to the VPN server without entering a username and password, comment out the line that says "auth-user-pass", like this: |
| + | #auth-user-pass |
| + | |
| + | Save the .ovpn file, then double-click on it. This will open Tunnelblick and import your configuration. You can then use the Tunnelblick menu to connect to your server. |
| | | |
| ====iOS==== | | ====iOS==== |