Available subcommands
The manage-certificates
tool uses the following subcommands to indicate which function to invoke:
Subcommand | Function |
---|---|
|
Lists the certificates in a keystore. |
|
Imports a certificate into a trusted certificate entry or imports a certificate chain and private key into a private key entry. |
|
Exports a certificate from a keystore. |
|
Exports a private key from a keystore. |
|
Generates a self-signed certificate. |
|
Generates a certificate-signing request that can be provided to a certification authority. |
|
Signs a certificate-signing request with a specified issuer certificate. |
|
Checks a specified certificate in a keystore to verify whether it is suitable for use as a listener certificate. |
|
Initiates the TLS-negotiation process with a specified server to obtain its certificate chain so that a truststore can be updated with the necessary information to trust the chain. |
|
Displays the contents of a file that contains one or more PEM-encoded or DER-encoded X.509 certificates. |
|
Displays the contents of a file that contains a PEM-encoded or DER-encoded PKCS #10 certificate-signing request (CSR). |
|
Changes the alias for an entry in a keystore. |
|
Changes the password for a keystore. |
|
Changes the password that protects the private key for a specified entry in a keystore. |