User Tools

Site Tools


openvpn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
openvpn [2019/06/11 12:49] maferreiraopenvpn [2019/06/11 12:55] maferreira
Line 5: Line 5:
   - Install mandadory packages<code>apt-get update   - Install mandadory packages<code>apt-get update
 apt-get install openvpn openssl curl jq vim --no-install-recommends </code> apt-get install openvpn openssl curl jq vim --no-install-recommends </code>
-  - Debian jessie (8) and stretch (9) repository have an old easy-rsa version (2.2) and we need at least 3.0.4, so we use github release.<code>wget https://github.com/OpenVPN/easy-rsa/releases/download/v3.0.4/EasyRSA-3.0.4.tgz+  - Debian jessie (8) and stretch (9) repository have an old easy-rsa version (2.2) and we need at least 3.0.4, so we use github release. 
 <note warning>We don't use the git clone version because we would need to use the build.sh script with the --version=3.0.4 version to generate the final version</note> <note warning>We don't use the git clone version because we would need to use the build.sh script with the --version=3.0.4 version to generate the final version</note>
-tar -xvzf EasyRSA-3.0.4.tgz 
-rm EasyRSA-3.0.4.tgz 
-mv EasyRSA-3.0.4/ /etc/openvpn/easy-rsa/</code> 
  
 <code> <code>
-git clone git://github.com/OpenVPN/easy-rsa.git +wget --no-check-certificate https://github.com/OpenVPN/easy-rsa/releases/download/v3.0.4/EasyRSA-3.0.4.tgz 
-git checkout v3.0.4 +tar -xvzf EasyRSA-3.0.4.tgz 
-ln -s /home/acdsn/git/easy-rsa/ /etc/openvpn/easy-rsa+rm EasyRSA-3.0.4.tgz 
 +mv EasyRSA-3.0.4/ /etc/openvpn/easy-rsa/
 </code> </code>
  
openvpn.txt · Last modified: 2019/06/17 06:22 by maferreira