DarrenRBaker
May 7th, 2008, 11:18 AM
Hi all,
I'm attempting to configure OpenVPN using the HOWTO (http://openvpn.net/index.php/documentation/howto.html#pki) found on their site, and I keep running into a problem nobody else seems to mention. It's during the step where I create certificates, and I've copied the sequence of events below:
darren@monolith:/etc/openvpn/easy-rsa/2.0$ . ./vars
NOTE: If you run ./clean-all, I will be doing a rm -rf on /etc/openvpn/easy-rsa/2.0/keys
darren@monolith:/etc/openvpn/easy-rsa/2.0$ sudo ./clean-all
[sudo] password for darren:
Please source the vars script first (i.e. "source ./vars")
Make sure you have edited it to reflect your configuration.
darren@monolith:/etc/openvpn/easy-rsa/2.0$ sudo ./build-ca
Please edit the vars script to reflect your configuration,
then source it with "source ./vars".
Next, to start with a fresh PKI configuration and to delete any
previous certificates and keys, run "./clean-all".
Finally, you can run this tool (pkitool) to build certificates/keys.
Not sure what the problem is here, but I'm banging my head against the wall. Has anybody encountered this?
Thanks,
Darren
I'm attempting to configure OpenVPN using the HOWTO (http://openvpn.net/index.php/documentation/howto.html#pki) found on their site, and I keep running into a problem nobody else seems to mention. It's during the step where I create certificates, and I've copied the sequence of events below:
darren@monolith:/etc/openvpn/easy-rsa/2.0$ . ./vars
NOTE: If you run ./clean-all, I will be doing a rm -rf on /etc/openvpn/easy-rsa/2.0/keys
darren@monolith:/etc/openvpn/easy-rsa/2.0$ sudo ./clean-all
[sudo] password for darren:
Please source the vars script first (i.e. "source ./vars")
Make sure you have edited it to reflect your configuration.
darren@monolith:/etc/openvpn/easy-rsa/2.0$ sudo ./build-ca
Please edit the vars script to reflect your configuration,
then source it with "source ./vars".
Next, to start with a fresh PKI configuration and to delete any
previous certificates and keys, run "./clean-all".
Finally, you can run this tool (pkitool) to build certificates/keys.
Not sure what the problem is here, but I'm banging my head against the wall. Has anybody encountered this?
Thanks,
Darren