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:
parent
bb924a404f
commit
0345dca20f
|
@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue