I am trying to connect Jenkins to sfdx by following the below article
when I am trying to execute this command
>openssl x509 -req -sha256 -days 365 -in server.csr -sign key server.key -out server.crt
Loading 'screen' into random state - done
server.csr: No such file or directory
But I am getting
server.csr: No such file or directory
I am following the same steps as in the article. Can anyone please help me?
2 answers
I do not see server.csr file in OpenSSL folder. That is the I do not understand why servre.csr is not generated
working on my personal laptop