Categories:
DH Keys (39)
DSA Keys (69)
EC Keys (339)
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 (1969)
Revoked Certificates (30)
Root CA (87)
RSA Keys (1833)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
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>"\Program Files\java\jre7\bin\keytool" -gencert -storepass FYIcenter -alias mykey -infile 2nd_cert_req.csr -outfile 2nd_cert_signed.pem -rfc C:\Users\fyicenter>"\Program Files\java\jre7\bin\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:
2012-07-21, 20373👍, 0💬
Popular Posts:
Do you want to learn how to manage certificates in IE (Internet Explorer) 8? Here is a collection of...
Certificate Summary: Subject: AddTrust Qualified CA Root Issuer: AddTrust Qualified CA Root Expirati...
Where to find tutorials on managing certificate in Google Chrome? I want to learn how Google Chrome ...
Why I am getting an error: "CryptoException: Could not save keystore"? when exporting my 4096-bit ke...
Certificate Summary: Subject Common Name (CN): DigiCert SHA2 Extended Validation Server CA Issuer Co...