Oh my god, there are so many tutorials out there, and all of them involve complicated instructions that don't work. I'm really about to cry, and it's the first time I'm getting emotional over a computer thing.
I need to set up a VPN, like I could by double clicking Hotspot Shield on Ubuntu. I tried OpenVPN, part of their instructions went like this:
mkdir /etc/openvpn/easy-rsa/
cp -r /usr/share/doc/openvpn/examples/easy-rsa/2.0/* /etc/openvpn/easy-rsa/Here's what happened:
cp: cannot stat ‘/usr/share/doc/openvpn/examples/easy-rsa/2.0/2.0/*’: No such file or directoryCan someone please help me? I'll be very grateful.
12 Answers
Make sure easy-rsa is installed:
sudo apt-get install easy-rsaIf you are using 14.04.1 the command to create the easy-rsa dir and add everything you need is:
sudo make-cadir /etc/openvpn/easy-rsaAfter that you can just cd to /etc/openvpn/easy-rsa and create your keys as the tutorial says.
Hope this helps!
as a pure Debian fan, please consult: Chapter: TLS-enabled VPN Where is stated that from Jessie and above easy-rsa is located in: /usr/share/easy-rsa/ Everything else is the same....
Best regards, Vedro