Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.3.0
-
None
-
None
Description
For 0.3.0 we will support key passphrases that are the same as the keystore password.
In order to generate your own selfsigned cert/keystore and credential store:
Gateway identity keystore:
keytool -genkey -keyalg RSA -alias gateway-identity -keystore gateway.jks -storepass
Gateway credential store:
keytool -genkey -alias credstore -keystore __gateway-credentials.jceks -storepass {masterpassword}
-validity 360 -keysize 1024 -storetype JCEKS
Place these files in the
{GATEWAY_HOME}/conf/security/keystores directory prior to server startup.
NOTE: that the same masterpassword is being used for each store.