Skip to content

Instantly share code, notes, and snippets.

@tryan225
Created March 6, 2019 16:34
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 tryan225/f4b6f800c4cc1fb372602f0822a9ff9e to your computer and use it in GitHub Desktop.
Save tryan225/f4b6f800c4cc1fb372602f0822a9ff9e to your computer and use it in GitHub Desktop.
client:
extraVolumes:
-
type: "secret"
name: "consul-certs"
load: false
extraConfig: |
{
"ca_path": "/consul/userconfig/consul-certs",
"ca_file": "/consul/userconfig/consul-certs/ca.pem",
"cert_file": "/consul/userconfig/consul-certs/consul-client.pem",
"key_file": "/consul/userconfig/consul-certs/consul-client-key.pem"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment