I am working through installing openVPN server on my RPi2 and am stuck.
There are several good tutorials and I've been following the steps in this one:
<http://www.bbc.com/news/technology-33548728>. The others have the same steps.
Apparently they are all now out of date wrt easy-rsa.
After doing the usual sudo apt-get update && sudo apt-get upgrade
I moved on to sudo apt-get install openvpn. This appeared to work.
The next step is to generate keys using Easy-RSA.
cp -r /usr/share/doc/openvpn/examples/easy-rsa/2.0 /etc/openvpn/easy-rsa
No such file or directory.
I did some digging and openVPN says that it's no longer part of the main project.
It's now a sub-project. I found it here: <https://github.com/OpenVPN/easy-rsa>
I have no idea how to add it to whatever data base apt-get uses.
Yes I looked at the Debian Package Management docs and got lost.
Please point me at a simple example of how to add easy-rsa to the apt db.
TIA
respect...
Peter