When using this command: openssl req -new -x509 -days 3652 -key customerCA.key -out customerCA.crt
I get an error: Unable to load config info from c:openssl/ssl/openssl.cnf
.
I have opensll installed on: C:\Users\nicko\Desktop\cluster-csr\feb9\openssl-0.9.8k_X64\
and the opensll .cnf file is under `the openssl-0.9.8k_X64:
I also made an enviroment variable:
I've looked at Unable to load config info from /usr/local/ssl/openssl.cnf on Windows (another stackoverflow post) and nothing there helps. If anyone has any idea why this is happening, I'd apreciate any answer.