Hello,
How can I see what info is in a certificate CSR file ?
linux read csr
Re: linux read csr
You can use the opsenssl command:
Or give it on some sites :
https://www.sslshopper.com/csr-decoder.html
Code: Select all
openssl req -noout -text -in certfile.csr
https://www.sslshopper.com/csr-decoder.html