1cc4759025
As well as a brief readme and makefile for generating the certificates.
12 lines
177 B
HCL
12 lines
177 B
HCL
tls {
|
|
http = true
|
|
rpc = true
|
|
|
|
ca_file = "ca.pem"
|
|
cert_file = "dev.pem"
|
|
key_file = "dev-key.pem"
|
|
|
|
verify_server_hostname = true
|
|
verify_https_client = true
|
|
}
|