EasyRSA

This forum is for all inquiries relating to the installation of OpenVPN from source and with binaries.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Post Reply
Tobbe
OpenVpn Newbie
Posts: 9
Joined: Sat Sep 29, 2012 2:44 pm

EasyRSA

Post by Tobbe » Sun Jan 29, 2017 1:12 pm

I try to follow the HowTo: https://openvpn.net/index.php/open-sour ... howto.html

I renamed the default vars.example file to vars and edited it:
Now edit the vars file (called vars.bat on Windows) and set the KEY_COUNTRY, KEY_PROVINCE, KEY_CITY, KEY_ORG, and KEY_EMAIL parameters. Don't leave any of these parameters blank.

Next, initialize the PKI. On Linux/BSD/Unix:

. ./vars
I do this and get this message:

Code: Select all

~/EasyRSA-3.0.1# . ./vars
You appear to be sourcing an Easy-RSA 'vars' file.
This is no longer necessary and is disallowed. See the section called
'How to use this file' near the top comments for more details.
How do I proceed?

Post Reply