Date: Thu, 1 Dec 2005 14:46:21 -0500 From: Matt Singerman <matt.singerman@gmail.com> To: freebsd-questions@freebsd.org Subject: problem sourcing a file while configuring OpenVPN 2.0 on FreeBSD 6.0 Message-ID: <54682af50512011146s4968a455g94d4a89bb393adaa@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi all, Perhaps I am missing something incredibly stupid here, but I can't source the vars file that is part of the OpeVPN configuration process: # source ./vars export: Command not found. D: Undefined variable. Here is the contents of vars (with the comments removed for the sake of brevity): # easy-rsa parameter settings export D=3D`pwd` export KEY_CONFIG=3D$D/openssl.cnf export KEY_DIR=3D$D/keys echo NOTE: when you run ./clean-all, I will be doing a rm -rf on $KEY_DIR export KEY_SIZE=3D1024 export KEY_COUNTRY=3DKG export KEY_PROVINCE=3DNA export KEY_CITY=3DBISHKEK export KEY_ORG=3D"OpenVPN-TEST" export KEY_EMAIL=3D"me@myhost.mydomain" Please note, the info in that last section has been changed to be my correct info, I just didn't want to include it :) Thanks for any and all help on this! --Matt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54682af50512011146s4968a455g94d4a89bb393adaa>