I run openvpn in a Ubuntu 14.04 window. The setup was fine before updating OpenSSL, and then when I try to create a new client certificate with easy-rsa, I received this message:
root@ :easy-rsa# ./pkitool onokun Using Common Name: onokun Generating a 2048 bit RSA private key .+++ ........+++ writing new private key to 'onokun.key' ----- Using configuration from /etc/openvpn/easy-rsa/openssl-1.0.0.cnf Error Loading extension section usr_cert 3074119356:error:0E06D06C:configuration file routines:NCONF_get_string:no value:conf_lib.c:335:group=CA_default name=email_in_dn 3074119356:error:2207507C:X509 V3 routines:v2i_GENERAL_NAME_ex:missing value:v3_alt.c:537: 3074119356:error:22098080:X509 V3 routines:X509V3_EXT_nconf:error in extension:v3_conf.c:93:name=subjectAltName, value=onokun
This problem is different from the reported error that which opensslcnf script cannot find a suitable version of openssl.cnf to use (the above message shows openssl-1.0.0.cnf ). I did a google search but couldn't find an answer.
Here is the environment information:
#
What should I look at to solve this? Thanks,
source share