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:50] maferreiraopenvpn [2019/06/11 12:55] maferreira
Line 9: Line 9:
 <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>
  
-<code>wget https://github.com/OpenVPN/easy-rsa/releases/download/v3.0.4/EasyRSA-3.0.4.tgz+<code> 
 +wget --no-check-certificate https://github.com/OpenVPN/easy-rsa/releases/download/v3.0.4/EasyRSA-3.0.4.tgz
 tar -xvzf EasyRSA-3.0.4.tgz tar -xvzf EasyRSA-3.0.4.tgz
 rm EasyRSA-3.0.4.tgz rm EasyRSA-3.0.4.tgz
-mv EasyRSA-3.0.4/ /etc/openvpn/easy-rsa/</code> +mv EasyRSA-3.0.4/ /etc/openvpn/easy-rsa/
-<code> +
- +
-git clone git://github.com/OpenVPN/easy-rsa.git +
-git checkout v3.0.4 +
-ln -s /home/acdsn/git/easy-rsa/ /etc/openvpn/easy-rsa+
 </code> </code>
  
openvpn.txt · Last modified: 2019/06/17 06:22 by maferreira