Skip to main content
I am trying to connect Jenkins to sfdx by following below article

http://amitsalesforce.blogspot.com/2019/01/continuous-integration-using-jenkins-with-salesforceDx.html

when I am trying to execute this command 

>openssl x509 -req -sha256 -days 365 -in server.csr -signkey 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 same steps as in the article. Can any one please help me.
2 answers
  1. Jan 5, 2023, 12:07 AM
    Hi Vinay,  I did re configured and did all the steps again getting same error

    openssl x509 -req -sha256 -days 365 -in server.csr -signkey server.key -out server.crt

    Loading 'screen' into random state - done

    server.csr: No such file or directory

    I do not see server.csr in openssl\bin folder.  

    I think  openssl req -new -key server.key -out server.csr   this commend is not creating server.csr file.

    I am kind of stuk :(
0/9000