VAULT HASHICORP – INSTALAÇÃO
Instalação para ambientes Debian:
[simterm] $ apt update; apt install curl gpg
$ curl -fsSL https://apt.releases.hashicorp.com/gpg | apt-key add –
$ echo “deb [arch=amd64] https://apt.releases.hashicorp.com $(cat /etc/*release | grep VERSION_CODENAME | cut -d= -f2) main” >> /etc/apt/sources.list
$ apt update && apt install vault [/simterm]
Publicar comentário