How do i check my certificate signing request has the correct signature?



  • You have created a certificate signing request

    $ openssl req -out r89456.csr -key r89456.key -new -sha256
    

    ...and now you want to check/verify it has been signed with the correct signature, we used sha256

    $ openssl req -in r89456.csr -noout -text
    

    Look for:

    Signature Algorithm:
    

Log in to reply
 

© Lightnetics 2024