Page 1 of 1

linux read csr

Posted: Fri Apr 09, 2021 7:48 pm
by mister_v
Hello,

How can I see what info is in a certificate CSR file ?

Re: linux read csr

Posted: Fri Apr 09, 2021 7:53 pm
by Chris
You can use the opsenssl command:

Code: Select all

openssl req -noout -text -in certfile.csr
Or give it on some sites :
https://www.sslshopper.com/csr-decoder.html