View the details of a certificate signing request with OpenSSL
Once a certificate signing request (CSR) is created, it is possible to view the detailed information used to create the request.
To view the details of the certificate signing request contained in the file server.csr, use:
openssl req -noout -text -in server.csr





