Difference between revisions of "Configurations for OpenVPN client"
From wiki.IPBRICK.COM
Line 1: | Line 1: | ||
+ | ''' ***PAGE ON CONSTRUCTION*** ''' | ||
+ | |||
+ | |||
= How to configure an OpenVPN cliente for iOS IPhone/IPad = | = How to configure an OpenVPN cliente for iOS IPhone/IPad = | ||
Line 9: | Line 12: | ||
== Example on how to rewrite the certificate == | == Example on how to rewrite the certificate == | ||
− | Once you have the zip file, decompress it. Inside you'll find four files. | + | Once you have the zip file, decompress it. |
+ | |||
+ | Inside you'll find four files: | ||
+ | * [[Media:ca-server-ipbrick.crt|ca-server-ipbrick.crt]] | ||
+ | * [[Media:user.crt|user.crt]] | ||
+ | * [[Media:user.key|user.key]] | ||
+ | * [[Media:user.ovpn|user.ovpn]] | ||
+ | |||
+ | Then, open your .ovpn file and edit. | ||
− | + | # Find "ca ca-server-ipbrick.crt" | |
+ | #:* Place a ";" in the begging of that line; | ||
+ | #:* Enter a new line below; | ||
+ | #:* Type "<ca>"; | ||
+ | #:* Enter another line; | ||
+ | #:* Place all of the content of the file "ca-server-ipbrick.crt"; | ||
+ | #:* Enter another line; | ||
+ | #:* Type </ca>. | ||
+ | # Immediately below, find "cert user.crt" | ||
+ | #:* Place a ";" in the begging of that line; | ||
+ | #:* Enter a new line below; | ||
+ | #:* Type "<ca>"; | ||
+ | #:* Enter another line; | ||
+ | #:* Place all of the content of the file "cert user.crt"; | ||
+ | #:* Enter another line; | ||
+ | #:* Type </ca>. | ||
+ | # Once more, immediately below find "key user.key" | ||
+ | #:* Place a ";" in the begging of that line; | ||
+ | #:* Enter a new line below; | ||
+ | #:* Type "<ca>"; | ||
+ | #:* Enter another line; | ||
+ | #:* Place all of the content of the file "key user.key"; | ||
+ | #:* Enter another line; | ||
+ | #:* Type </ca>. | ||
− | + | Your .ovpn file is now ready. |
Revision as of 11:37, 25 January 2016
***PAGE ON CONSTRUCTION***
How to configure an OpenVPN cliente for iOS IPhone/IPad
- Download and install the application OpenVPN Connect from the Apple Store (iTunes):
- Install the certificate: the certificate.zip needs to be handled and rewritten so it fits all together in a single .ovpn file (the chapter below explains how to rewrite it);
- Send the .ovpn file to the device, click to open and it will be automatically associated to the openVPN APP.
Example on how to rewrite the certificate
Once you have the zip file, decompress it.
Inside you'll find four files:
Then, open your .ovpn file and edit.
- Find "ca ca-server-ipbrick.crt"
- Place a ";" in the begging of that line;
- Enter a new line below;
- Type "<ca>";
- Enter another line;
- Place all of the content of the file "ca-server-ipbrick.crt";
- Enter another line;
- Type </ca>.
- Immediately below, find "cert user.crt"
- Place a ";" in the begging of that line;
- Enter a new line below;
- Type "<ca>";
- Enter another line;
- Place all of the content of the file "cert user.crt";
- Enter another line;
- Type </ca>.
- Once more, immediately below find "key user.key"
- Place a ";" in the begging of that line;
- Enter a new line below;
- Type "<ca>";
- Enter another line;
- Place all of the content of the file "key user.key";
- Enter another line;
- Type </ca>.
Your .ovpn file is now ready.