Configure Vault

Download amf community bundle and use vaultmgr utility from there and use it for configure vault to use with amfc

  1. ./vaultmgr -basepath ~/apps -action deploy

  2. ./vaultmgr -basepath ~/apps -action init

    1. Use this command for create new set of unseal keys and root token

  3. ./vaultmgr -basepath ~/apps -action config -addr=<vault-addr> -token=<vault-token>

  4. ./vaultmgr -basepath ~/apps -action start

  5. ./vaultmgr -basepath ~/apps unseal

Last updated