I am following the instructions in the Genero BDL Users Guide to create an x509 certificate, but on the last step I am running
openssl x509 -in MyClient.csr -out MyClient.crt -req -signkey MyClient.pem -CA MyCompanyCA.crt -CAkey MyCompanyCA.pem -days 365
and the system is returning
Cannot use both -key and -CA option
I am on windows 2019 x64 running Openssl 3.0.0 Lite.
Google appear void of this message...
Any help would be appreciated.