Last updated 2 years ago
Create folders /apps/vault, /apps/vault/config, /apps/vault/bin
Download it from
Unzip and extract executable into /apps/vault/bin/vault
Create folder /apps/vault/config and put vault.json file with below contents
{ "backend": {"file": {"path": "/apps/vault/data"}}, "listener": {"tcp": {"address": "0.0.0.0:8200", "tls_disable": 1}}, "default_lease_ttl": "168h", "max_lease_ttl": "720h", "api_addr" : "http://0.0.0.0:8200", "ui": true, "disable_mlock":true }