This commit is contained in:
Seth Vargo
2016-11-17 13:06:05 -05:00
parent a3855460e5
commit 05fe43ae12

View File

@@ -123,10 +123,12 @@ In your Nomad configuration add the `tls` stanza:
tls {
http = true
rpc = true
verify_server_hostname = true
ca_file = "ca.pem"
cert_file = "nomad.pem"
key_file = "nomad-key.pem"
verify_server_hostname = true
}
```