Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (70)
EC Keys (923)
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 (3200)
Revoked Certificates (16)
Root CA (85)
RSA Keys (2572)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
Collections:
Other Resources:
Help on Using the Java Keytool Command
How to get help on using the Java Keytool command? I have never used Keytool before.
✍: FYIcenter.com
If you are new to the Java Keytool, you should first read the documentation:
keytool - Key and Certificate Management Tool.
Java Keytool is a command line tool. You need to run it from a command line window using this syntax:
keytool <command> <options>
Examples Keytool commands:
keytool -genkeypair keytool -certreq -file MyCertificate.csr keytool -importcert -alias Mine -file MyCertificate.cer keytool -exportcert -alias Root -rfc -file RootCertificate.pem keytool -list -keystore MyStore.jks
Keytool also supports the "-help" command to provide command usage help:
⇒ How To Download JDK for Windows
⇐ How to Find the Java Keytool on Windows
2012-07-19, 17293👍, 0💬
Popular Posts:
Certificate summary - Owner: *.badoo.com, Badoo Trading Limited, L=London, ST=United Kingdom, GB Iss...
Certificate Summary: Subject: Actalis Authentication Root CA Issuer: Actalis Authentication Root CA ...
Certificate summary - Owner: DigiCert High Assurance EV Root CA, www.digicert.com, DigiCert Inc, US ...
What is the difference between "rsautl -encrypt" and "rsautl -sign" commands? There are 2 difference...
What is CRL (Certificate Revocation List)? A CRL (Certificate Revocation List) is a digitally signed...