I am trying to set up an openvpn server on my linode but ran into a problem I can't figure out. In the "Initializing Public Key Infrastructure" section of the tutorial found here (
https://library.linode.com/networking/o ... 04-precise) I see the command:
Code:
. /etc/openvpn/easy-rsa/2.0/vars
I do that (as a regular user) and get the expected outcome. However, when I go to the next step
Code:
. /etc/openvpn/easy-rsa/2.0/clean-all
I get unexpected outcome, I am told the script can not create the needed directory. If I run the command as:
Code:
sudo /etc/openvpn/easy-rsa/2.0/clean-all
I am told I need to source the vars file first - seems like I had just done that!
I am running as a regular user and so try with sudo - the error is that the "." is 'command not found'. What is that "." at the beginning of the line anyway? How do you get around it?
thomas