For aai/esr-server:

  1. Generate the keystore file : "keytool -genkey -alias aaiesr -keypass xxxxxx -keyalg RSA -keysize 1024 -keystore aaiesr.keystore -storepass xxxxxx"
  2. Replace the aaiesr.keystore file with the new file in director "/esr/conf/"
  3. Replace the value of "keyStorePassword" in /esr/conf/extsys.yml with the real password used when create keystore file.
  • No labels