CA Machine ~ Install OpenVPN
Posted: Sat Jan 29, 2022 6:12 pm
hello friends, I'm starting in the world of vpn.
I am recently following a tutorial on how to install Openvpn on Debian Linux.
I have managed to install using the command apt install openvpn
but looking at the packages that are installed with this command I have noticed that the "easyrsa" is installed by itself and investigating where it did it I find that it is installed in the directory: /usr/share/easy-rsa
and following "another tutorial", they say that you have to download EasyRSA from the project page;
I would like to know if said package is identical to the one downloaded from: https://github.com/OpenVPN/easy-rsa/rel ... -3.0.8.tgz
somewhere I have read that to create a CA machine, it is better to do it in one that is offline. So I come to the conclusion that you should not use this package that installs itself in: /usr/share/easy-rsa.
Please excuse me if I'm wrong about anything, thanks in advance.
I am recently following a tutorial on how to install Openvpn on Debian Linux.
I have managed to install using the command apt install openvpn
but looking at the packages that are installed with this command I have noticed that the "easyrsa" is installed by itself and investigating where it did it I find that it is installed in the directory: /usr/share/easy-rsa
and following "another tutorial", they say that you have to download EasyRSA from the project page;
I would like to know if said package is identical to the one downloaded from: https://github.com/OpenVPN/easy-rsa/rel ... -3.0.8.tgz
somewhere I have read that to create a CA machine, it is better to do it in one that is offline. So I come to the conclusion that you should not use this package that installs itself in: /usr/share/easy-rsa.
Please excuse me if I'm wrong about anything, thanks in advance.