Changes

Line 24: Line 24:  
If you have familiarized yourself with the configuration scheme, installed the necessary software and have all of the devices in order, we can start configuring the OpenVPN client using instructions provided in this section.  
 
If you have familiarized yourself with the configuration scheme, installed the necessary software and have all of the devices in order, we can start configuring the OpenVPN client using instructions provided in this section.  
   −
* Install OpenVPN service on your computer. To do so, open up a Terminal and execute these commands:
+
<ul>
 
+
<li>
sudo apt-get update
+
Install OpenVPN service on your computer. To do so, open up a Terminal and execute these commands:
sudo apt-get install openvpn
+
<br>
 +
<pre>
 +
sudo apt-get update
 +
sudo apt-get install openvpn
 +
</pre>
 +
</li>
 +
</ul>
 
----
 
----
* Create or obtain an OpenVPN client configuration file. If you are using a third party OpenVPN server, the client configuration file and TLS certificates should be provided by that party. If that is the case, we suggest you skip this part and move on to the next step of the guide. <br> If you're using your own server and need to create a configuration file, you can either find one online or just download our configuration file from '''[[Media:example.ovpn|here]]''' and use it as a template.
+
<ul>
 +
<li>
 +
Create or obtain an OpenVPN client configuration file. If you are using a third party OpenVPN server, the client configuration file and TLS certificates should be provided by that party. If that is the case, we suggest you skip this part and move on to the next step of the guide.
 +
<br>
 +
If you're using your own server and need to create a configuration file, you can either find one online or just download our configuration file from '''[[Media:example.ovpn|here]]''' and use it as a template.
 +
</li>