View the details of a certificate signing request with OpenSSL

Contributor Icon Contributed by qmchenry Date Icon April 27, 2004  
Tag Icon Tagged: 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

Previous recipe | Next recipe |
 
blog comments powered by Disqus