At the moment I’ve openssl 1.1.1.g working on a home windows 10 system.
I’ve to generate a brand new CSR with a key, however one way or the other it exhibits up with an error. I can not seem to discover out why, I feel it has to do with home windows 10. My IT man stated they no expertise with openssl on home windows techniques, sadly on this particular case i’m compelled to make use of home windows 10.
They gave me the next command, I feel i get the error due the -config path. My location of OPENSSL = C:OpenSSL-Win64bin
Even when I attempt to change it within the config I get an error in Req.
Somebody is aware of the trigger?
openssl req -new -newkey rsa:2048 -nodes -out check.csr -keyout check.key -subj ‘/C=NL/ST=West-Province/L=Ci ty/O=Take a look at of Organisation/OU=LMAO/CN=check.area.com/’ -reqexts SAN -extensions SAN -config <(cat /and so forth/ssl/openssl.cnf <(printf “[SAN]nsubjectAltName=DNS:check.area.com”))