Run-fta-setup-vault-store

This step is used to encrypt the keystore passwords. The script will create a vault store for securely storing the keystore and key passwords and will replace plain keystroke and key passwords. The first argument to the script is a password for the vault store.
  1. Execute the following command to encrypt the keystore and keypassword:
    fta-setup-vault-store.cmd <vault-store-password> <keystore-password> <key-password> <trust-store-password>
    • 1st argument (vault-store-password) in the script is a password for the vault store.
      Define the password. For example: Passw0rd01
    • 2nd argument (keystore-password) is the keystore password.
    • 3rd argument (key-password) is the certificate key password.
    • 4th argument (trust-store-password) is the truststore password.
      For example: fta-setup-vault-store.cmd Passw0rd01 Rockwell@1234 Rockwell@1234 Rockwell@1234
      NOTE:
      After adding the vault store and encrypting key and keystore password, this script will restart the Security Provider service.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.