Skip to content

Instantly share code, notes, and snippets.

@bkrodgers
Created June 18, 2015 21:50
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 bkrodgers/3dd8423c8b145f4ebbe0 to your computer and use it in GitHub Desktop.
Save bkrodgers/3dd8423c8b145f4ebbe0 to your computer and use it in GitHub Desktop.
Vault config for docker, with TLS path, consul via the docker bridge
backend "consul" {
address = "172.17.42.1:8500"
path = "vault"
}
listener "tcp" {
address = "0.0.0.0:8200"
tls_cert_file = "/vault/vault.crt"
tls_key_file = "/vault/vault.key"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment