Four Js Development Tools Forum

Discussions by product => GAS and GBC => Topic started by: Paul M. on October 07, 2021, 07:02:20 pm



Title: error Generating Client Certificate
Post by: Paul M. on October 07, 2021, 07:02:20 pm
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.