github.com/hernad/nomad@v1.6.112/e2e/terraform/etc/nomad.d/tls.hcl (about) 1 # Copyright (c) HashiCorp, Inc. 2 # SPDX-License-Identifier: MPL-2.0 3 4 tls { 5 http = true 6 rpc = true 7 8 ca_file = "/etc/nomad.d/tls/ca.crt" 9 cert_file = "/etc/nomad.d/tls/agent.crt" 10 key_file = "/etc/nomad.d/tls/agent.key" 11 12 verify_server_hostname = true 13 verify_https_client = true 14 }