Show TOC

Generating Self-Signed RSA Keys Using Java KeytoolLocate this document in the navigation structure

Use the sample jksKeyStore file in the $STREAMING_HOME/adapters/esp_open/lib/security directory to generate self-signed RSA keys using Java keytool.

Context

Procedure

In a command prompt, execute:
keytool -genkey -keyalg rsa -keysize 512 -alias adaptor -keystore jksKeyStore