Skip to content

Instantly share code, notes, and snippets.

@rajeevshukla
Last active July 17, 2020 15:44
Show Gist options
  • Select an option

  • Save rajeevshukla/c135883c56c2f8bd288c7f8e59897efe to your computer and use it in GitHub Desktop.

Select an option

Save rajeevshukla/c135883c56c2f8bd288c7f8e59897efe to your computer and use it in GitHub Desktop.
Vault installation steps in Ubuntu
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
sudo apt-get update
sudo apt-get install vault
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment