You probably face this error while using OpenSSL
#export OPENSSL_CONF=/etc/ssl/openssl.cnf
That's all folks !
WARNING can't open config fileThat's mean, openssl can't find configuration file - generally known us openssl.cnf - so you have to set the envirement variable OPENSSL_CONF to the configuration file path, for example:
Unable to load config info from
#export OPENSSL_CONF=/etc/ssl/openssl.cnf
That's all folks !
0 comments:
Post a Comment