mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Align =
This commit is contained in:
@@ -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
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user