Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (70)
EC Keys (918)
Firefox (30)
General (10)
Google Chrome (25)
Intermediate CA (152)
Java VM (29)
JDK Keytool (28)
Microsoft CertUtil (29)
Microsoft Edge (9)
Mozilla CertUtil (21)
OpenSSL (236)
Other (7)
Portecle (38)
Publishers (3186)
Revoked Certificates (16)
Root CA (85)
RSA Keys (2560)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
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> 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).
⇒ Java "keytool -gencert" Command Options
⇐ Java "keytool -printcertreq" Command Options
2012-07-20, 29124👍, 0💬
Popular Posts:
How to delete a root CA (Certificate Authority) certificate from IE? I don't know this CA and don't ...
How to convert a certificate file in DER (Distinguished Encoding Rules) format to PEM (Privacy Enhan...
Certificate summary - Owner: GeoTrust Primary Certification Authority, GeoTrust Inc., US Issuer: Equ...
What formats of certificate files are supported on Android device? Android allows you install additi...
How to show all certificates in the server certificate chain using the OpenSSL "s_client -connect" c...