Skip to content

Instantly share code, notes, and snippets.

@Kaydub00
Created March 7, 2018 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kaydub00/9344e2edc1d3ad3da8cba0d2c9bf0415 to your computer and use it in GitHub Desktop.
Save Kaydub00/9344e2edc1d3ad3da8cba0d2c9bf0415 to your computer and use it in GitHub Desktop.
Vault configuration file
storage "file" {
path = "/var/vault"
}
listener "tcp" {
address = "$public_or_private_address:8200"
tls_cert_file = "/path/to/server.crt"
tls_key_file = "/path/to/certs/server.key"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment