Should these names not reference Vault? (#3506)

Since we are in the Vault docs, should these names not reference Vault instead of Nomad?
This commit is contained in:
Nathan Valentine 2017-10-30 09:04:38 -07:00 committed by Jeff Mitchell
parent bb924a404f
commit 0345dca20f

View file

@ -86,8 +86,8 @@ This example shows enabling a TLS listener.
```hcl
listener "tcp" {
tls_cert_file = "/etc/certs/nomad.crt"
tls_key_file = "/etc/certs/nomad.key"
tls_cert_file = "/etc/certs/vault.crt"
tls_key_file = "/etc/certs/vault.key"
}
```