Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (71)
EC Keys (2051)
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 (5946)
Revoked Certificates (16)
Root CA (85)
RSA Keys (4863)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
Collections:
Other Resources:
"keytool -gencert" Command Examples - Sign CSR
How to use the "keytool -gencert" command? I received a CSR (Certificate Signing Request) file and want to sign it with my private key to generate a certificate.
✍: FYIcenter.com
Here is an example of using "keytool -gencert" command to
sign a CSR (Certificate Signing Request) with a private key
C:\Users\fyicenter> keytool -gencert -storepass FYIcenter -alias mykey -infile 2nd_cert_req.csr -outfile 2nd_cert_signed.pem -rfc C:\Users\fyicenter> keytool -printcert -file 2nd_cert_signed.pem Owner: CN=jar.fyicenter.com Issuer: CN=www.fyicenter.com Serial number: 49471fd5 Valid from: Sat Jul 14 22:13:07 EDT 2012 until: Fri Oct 12 22:13:07 EDT 2012 Certificate fingerprints: MD5: 77:17:3C:5A:9D:A4:3C:46:CA:48:76:19:9F:3A:3C:85 SHA1: 84:BB:46:36:12:75:9F:7C:02:BF:3B:D1:FA:83:74:4C:58:2D:5D:81 SHA256: 0F:95:C0:66:86:13:87:E1:B8:A9:A5:73:EF:72:E5:A6:73:AD:9B:51:72: 0F:8C:52:C9:EE:8B:2A:70:2E:56:33 Signature algorithm name: SHA1withDSA Version: 3 Extensions: #1: ObjectId: 2.5.29.35 Criticality=false AuthorityKeyIdentifier [ KeyIdentifier [ 0000: 94 4E 3E 90 DA 45 A2 A0 91 96 62 F5 07 19 2C A3 .N>..E....b...,. 0010: 48 AF 0B 0B H... ] ] #2: 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 -gencert" command shown above did for you:
⇒ Java Keytool: Certificate Management Tool
⇐ Java "keytool -gencert" Command Options
2012-07-21, 25781👍, 0💬
Popular Posts:
What is ASN.1 OBJECT IDENTIFIER field type? How to specify OBJECT IDENTIFIER field type in OpenSSL "...
Certificate summary - Owner: adf.ly, Domain Control Validated, adf.ly Issuer: SERIALNUMBER=07969287,.. .
Certificate summary - Owner: NAI SSL CA v1, NAI Certificate Services, Network Associates Issuer: EMA...
How to view contents of an RSA public key file using OpenSSL "rsa" command? If you want to view cont...
Certificate Summary: Subject: google.com Issuer: Google Internet Authority Expiration: 2013-06-07 19...