Quite often I have to generate SSL CSRs (i.e. Certificate Signing Requests) and I was curious to see how easy it would be to view the data contained within.

It turns out it’s a pretty simple command:

openssl req -in /path/to/file.csr -noout -text

Now you can double-check the CSR is for the correct domain 😄