Scenario: Trying to convert csr certificate to crt using OpenSSL and getting following error
Command used: OpenSSL> x509 -req -in server.csr -signkey server.key -out server.crt
Issue:
Loading 'screen' into random state - done
server.csr: No such file or directory
error in x509
Resolution:
Provide full path for both .csr and .key file to run this command successfully.
Command used: OpenSSL> x509 -req -in server.csr -signkey server.key -out server.crt
Issue:
Loading 'screen' into random state - done
server.csr: No such file or directory
error in x509
Resolution:
Provide full path for both .csr and .key file to run this command successfully.
No comments:
Post a Comment