open-nomad/demo/tls/tls-client.hcl
Michael Schurter 1cc4759025 Add demo TLS certificates and configs
As well as a brief readme and makefile for generating the certificates.
2018-01-09 10:14:42 -08:00

12 lines
183 B
HCL

tls {
http = true
rpc = true
ca_file = "ca.pem"
cert_file = "client.pem"
key_file = "client-key.pem"
verify_server_hostname = true
verify_https_client = true
}