Categories:
DH Keys (39)
DSA Keys (73)
EC Keys (340)
Firefox (32)
General (13)
Google Chrome (25)
Intermediate CA (152)
Java VM (20)
JDK Keytool (25)
Microsoft CertUtil (26)
Mozilla CertUtil (18)
OpenSSL (237)
Other (17)
Portecle (38)
Publishers (1872)
Revoked Certificates (30)
Root CA (87)
RSA Keys (2196)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
"keytool -printcertreq" Command Examples - Print CSR Info
How to use the "keytool -printcertreq" command? I received a CSR (Certificate Signing Request) file and want to see the owner and public key information in the CSR file.
✍: FYIcenter.com
Here is an example of using "keytool -printcertreq" command to display owner and public key information stored in a CSR (Certificate Signing Request) file:
C:\Users\fyicenter>"\Program Files\java\jre7\bin\keytool" -printcertreq -file 2nd_cert_req.csr PKCS #10 Certificate Request (Version 1.0) Subject: CN=jar.fyicenter.com Public Key: X.509 format DSA key Extension Request: #1: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 72 5C D2 77 D4 D0 3A B9 33 B0 1B EE F8 2D 84 87 r\.w..:.3....-.. 0010: 32 58 2B DB 2X+. ] ]
What the "keytool -printcertreq" command shown above did for you:
Note that the public key of "jar.fyicenter.com" uses the Digital Signature Algorithm (DSA).
2012-07-20, 20528👍, 0💬
Popular Posts:
Why am I getting the "data too large for key size" error, when using OpenSSL "rsautl" command to enc...
How to list all commands in OpenSSL? I don't remember exactly what is the command to generate a CSR....
What is ASN.1 BIT STRING field type? How to specify BIT STRING field type in OpenSSL "asn1parse" com...
Certificate summary - Owner: Entrust Certification Authority - L1C, "(c) 2009 Entrust, Inc.", www.en...
What types of certificate stores do I have on my Windows system? What is "Personal" certificate stor...