Download amf community bundle and use vaultmgr utility from there and use it for configure vault to use with amfc
./vaultmgr -basepath ~/apps -action deploy
./vaultmgr -basepath ~/apps -action init
Use this command for create new set of unseal keys and root token
./vaultmgr -basepath ~/apps -action config -addr=<vault-addr> -token=<vault-token>
./vaultmgr -basepath ~/apps -action start
./vaultmgr -basepath ~/apps unseal
Last updated