Key Tool (keytool) Utility

keytool is a JDK utility used to manage a keystore (database) of private keys and associated X.509 certificates, as well as certificates from trusted entities. keytool is in <UnwiredPlatform_InstallDir>\UnwiredPlatform\Servers\SQLANywhere11\Sun\JRE160_x86\bin.

keytool enables users to create and manage their own public/private key pairs and associated certificates for use in self-authentication or data integrity and authentication services, using digital signatures. It also allows users to cache the public keys (in the form of certificates) of their communicating peers.

Syntax

keytool -list | -printcert | -import | -export| -delete | -selfcert | -certreq | -genkey [options]

Parameters

Examples