View Single Post
Old 8th July 2009
plexter plexter is offline
Shell Scout
 
Join Date: May 2008
Posts: 124
Default

Hi again,

So I was trying to setup OpenVPN last night (using certificate) and I'm sure more configuration must be required before I run the commands outlined in the 'HOWTO'

http://openvpn.net/index.php/open-so...howto.html#pki


Code:
. ./vars
ksh: ./vars[29]: /root/ovpn/whichopensslcnf: not found
If I open the vars file I can see the line referencing the 'whichopensslcnf' file. If I change to openssl.cnf which does exist I get the following errors.

Code:
. ./vars
/root/ovpn/openssl.cnf[10]: HOME: not found
/root/ovpn/openssl.cnf[11]: RANDFILE: not found
/root/ovpn/openssl.cnf[12]: openssl_conf: not found
/root/ovpn/openssl.cnf[17]: oid_section: not found
/root/ovpn/openssl.cnf[18]: engines: not found
/root/ovpn/openssl.cnf[37]: default_ca: not found
/root/ovpn/openssl.cnf[42]: dir: not found
/root/ovpn/openssl.cnf[43]: certs: not found
/root/ovpn/openssl.cnf[44]: crl_dir: not found
/root/ovpn/openssl.cnf[45]: database: not found
/root/ovpn/openssl.cnf[46]: new_certs_dir: not found
/root/ovpn/openssl.cnf[48]: certificate: not found
/root/ovpn/openssl.cnf[49]: serial: not found
/root/ovpn/openssl.cnf[50]: crl: not found
/root/ovpn/openssl.cnf[51]: private_key: not found
/root/ovpn/openssl.cnf[52]: RANDFILE: not found
/root/ovpn/openssl.cnf[54]: x509_extensions: not found
/root/ovpn/openssl.cnf[60]: default_days: not found
/root/ovpn/openssl.cnf[61]: 30: not found
/root/ovpn/openssl.cnf[62]: default_md: not found
/root/ovpn/openssl.cnf[63]: preserve: not found
...
...
Goes on...
I'm also concerned if there are any "pass phrases" or something that I need to change so they are "unique" from defaults. I've edited the last 5 lines for country...etc.

Any idea what I'm missing?

Thanks!
Reply With Quote