keystore
references:
Keytool Options
KEYTOOL OPTIONS | DESCRIPTION |
---|---|
| Deletes an entry from the Keystore |
| Exports a certificate from a Keystore |
| Generates a key pair |
| Generates a secret key pair |
| Generates a certificate from a certificate request |
| Import a certificate or a certificate chain to keystore |
| Imports a password |
| Imports one or all entries from another keystore to a keystore |
| Changes the key password of an entry in keystore |
| Lists entries in a keystore |
| Prints the content of a certificate |
| Prints the content of a certificate request |
| Prints the content of a CRL file |
| Changes the store password of a keystore |
get cert from domain
check crt file
or
add crt into Java keystore
generate a certificate
create java keystore from cert file
using -noprompt -trustcacerts
will skip manual input yes
for Trust this certificate
verify
append to existing java keystore
import an entire keystore into another keystore
import only single alias from keystore to another keystore
export items to cert file
history: This command was named
-export
in previous releases.This old name is still supported in this release and will be supported in future releases, but for clarify the new name,
-exportcert
, is preferred going forward.
Last updated