Showing the Contents of a Certificate Signing Request


# ./usr/local/ssl/bin/openssl req -noout \     -text  -in www.example.com.csr


Certificate signing requests are stored in a special, compact form. This command will show the contents of the certificate stored in www.example.com.csr in a human-readable form. As mentioned earlier in the chapter, the certificate will contain information about the entity requesting it, the contents of the public key, and a signature made with the private key.




Apache(c) Phrase Book(c) Essential Code and Commands
Apache Phrasebook
ISBN: 0672328364
EAN: 2147483647
Year: 2006
Pages: 254

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net