Activity log for bug #1215015

Date Who What changed Old value New value Message
2013-08-21 16:40:08 JJ Asghar bug added bug
2013-08-21 16:41:45 JJ Asghar description It seems that you say: mkdir /etc/openvpn/easy-rsa/ cp -r /usr/share/doc/openvpn/examples/easy-rsa/2.0/* /etc/openvpn/easy-rsa/ then cd /etc/openvpn/easy-rsa/ source vars ./clean-all ./build-ca ~~~~~~ but as you can see: root@ip-10-10-219-96:/etc/openvpn/easy-rsa# ls build-ca build-key-pass build-req-pass list-crl openssl-1.0.0.cnf revoke-full whichopensslcnf build-dh build-key-pkcs12 clean-all Makefile openssl-1.0.0.cnf-old-copy sign-req build-inter build-key-server inherit-inter openssl-0.9.6.cnf pkitool tmp build-key build-req keys openssl-0.9.8.cnf README.gz vars There is no openssl.cnf and the source vars fail. You need to do something like: cd /etc/openvpn/easy-rsa/ cp openssl-<version> openssl.cnf source vars ./clean-all ./build-ca It seems that you say: mkdir /etc/openvpn/easy-rsa/ cp -r /usr/share/doc/openvpn/examples/easy-rsa/2.0/* /etc/openvpn/easy-rsa/ then cd /etc/openvpn/easy-rsa/ source vars ./clean-all ./build-ca I recieve this error: root@ip-10-10-219-96:/etc/openvpn/easy-rsa# source vars ************************************************************** No /etc/openvpn/easy-rsa/openssl.cnf file could be found Further invocations will fail ************************************************************** NOTE: If you run ./clean-all, I will be doing a rm -rf on /etc/openvpn/easy-rsa/keys ~~~~~~ but as you can see: root@ip-10-10-219-96:/etc/openvpn/easy-rsa# ls build-ca build-key-pass build-req-pass list-crl openssl-1.0.0.cnf revoke-full whichopensslcnf build-dh build-key-pkcs12 clean-all Makefile openssl-1.0.0.cnf-old-copy sign-req build-inter build-key-server inherit-inter openssl-0.9.6.cnf pkitool tmp build-key build-req keys openssl-0.9.8.cnf README.gz vars There is no openssl.cnf and the source vars fail. You need to do something like: cd /etc/openvpn/easy-rsa/ cp openssl-<version> openssl.cnf source vars ./clean-all ./build-ca