Link to home
Start Free TrialLog in
Avatar of inforr
inforr

asked on

Setting up OpenVPN on Raspberry Pi

Hi,

I am trying to set up OpenVPN on my Raspberry Pi. I have been following this article:

http://raspberrypihelp.net/tutorials/1-openvpn-server-tutorial

Everything was going ok until  after the step from editing the easy-rsa/vars file. When I run this command:

 . ./easy-rsa/vars

I get the following error:

root@raspberrypi:/etc/openvpn# . ./easy-rsa/vars
bash: ”/etc/openvpn/easy-rsa”/whichopensslcnf: No such file or directory
NOTE: If you run ./clean-all, I will be doing a rm -rf on ”/etc/openvpn/easy-rsa”/keys

Open in new window

Any ideas?

Cheers.
ASKER CERTIFIED SOLUTION
Avatar of lruiz52
lruiz52
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of inforr
inforr

ASKER

Thanks - that worked a treat. I also found that removing the quotes from

export EASY_RSA=”/etc/openvpn/easy-rsa”

line in the vars file also helped.