Question
no easy-rsa to install on my debian
I want to install openvpn on my debian according to the web material :
https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-14-04
root@change:~# apt-get install openvpn easy-rsa
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package easy-rsa
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Try this:
cp -r /usr/share/doc/openvpn/examples/easy-rsa/2.0/ /etc/openvpn/easy-rsa/
work! with
cp -r /usr/share/doc/openvpn/examples/easy-rsa/2.0/ /etc/openvpn/easy-rsa/
What about in my case, where I’ve installed:
But the directory /usr/share/doc/openvpn/examples/easy-rsa/ does not exist?
I would like to have the Easy RSA OpenVPN Sample config files and they are usually under this directory.
Thanks
I answered my own question, so I thought I would put it here for anyone else who needs it:
I was actually not looking for the config files, but rather the Easy-RSA tools. Normally when you are setting up a VPN you would copy this folder into the /etc/openvpn/ folder and do all your work in there.
I did find them though, the files have simply been relocated to:
And I copy them to where I need them with: