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, ≈21🔥, 0💬
Popular Posts:
How can I use Microsoft "certutil -delstore" command? What are command options supported by "certuti...
Certificate Summary: Subject: SRCA Issuer: SRCA Expiration: 2029-05-20 06:56:00 UTC Key Identifier: ...
Certificate Summary: Subject: TC TrustCenter Class 4 CA II Issuer: TC TrustCenter Class 4 CA II Expi...
Which certificate file format should I use when exporting a certificate on Mac computer? What is the...
What can I use OpenSSL "s_client" command for? What are options supported by the "s_client" command?...