
Openvpn error - KEY CONFIG (set by the var script) is pointing to the wrong version of openssl.cnf
Channel:
Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=XekUgiHpD_w
i ran this script : ./build-ca
but getting the following error :
grep: /etc/openvpn/easy-rsa/openssl.cnf: No such file or directory
pkitool: KEY_CONFIG (set by the var script) is pointing to the wrong version of openssl.cnf
The correct version should have a comment that says: easy-rsa version 2.x
-----------------------
the problem is openssl.cnf file is not found in /etc/opnvpn/easy-rsa
-----------------------
how to solving?
just create a link inside easy-rsa folder.
cd /etc/openvpn/easy-rsa
ln -s opnssl-1.0.0.cnf openssl.cnf
Other Videos By Ambar Hasbiyatmoko
Tags:
openvpn
ubuntu
linux
terminal
error
build-ca
install
ssl
easy-rsa