2023-04-10 15:36:59 +00:00
|
|
|
# Copyright (c) HashiCorp, Inc.
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2018-01-09 01:27:15 +00:00
|
|
|
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
|
|
|
|
}
|