Generating new AESCryptKey.ext and updating the Keystore

Generate new AESCryptKey.ext and update the keystore using the following procedure:
  1. Navigate to $FIC_HOME/utility/EncryptC/bin directory.
  2. Execute the command:
    ./EncryptC.sh -genkey keystorepassword keypassword
  3. Expected output and actions required are listed:
    1. The system checks whether keystore exists or not. If it does not, then it prompts for generating keystore using the –genkeystore option.
    2. The system rotates the existing AESCryptKey.ext and generates a new AESCryptKey.ext key.
    3. Then it updates the keystore with the new key.

    Note:

    If you provide an option other than the ones discussed in the preceding sections, the system prompts to enter the correct option.