Created
September 4, 2015 05:20
-
-
Save lorentzca/30b258561e62ef4bcc94 to your computer and use it in GitHub Desktop.
Install vault by HashiCorp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Install vault by HashiCorp | |
cd /usr/local/bin | |
wget -O vault.zip https://dl.bintray.com/mitchellh/vault/vault_0.2.0_linux_amd64.zip | |
yum install -y unzip | |
unzip vault.zip | |
rm vault.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usage
Linux
Digitalocean
add to user-data
don't forget to check
Private Networking