CA Signed Cert Replacement in ESR
For aai/esr-server:
Generate the keystore file : "keytool -genkey -alias aaiesr -keypass xxxxxx -keyalg RSA -keysize 1024 -keystore aaiesr.keystore -storepass xxxxxx"
Replace the aaiesr.keystore file with the new file in director "/esr/conf/"
Replace the value of "keyStorePassword" in /esr/conf/extsys.yml with the real password used when create keystore file.