github.com/obeyler/nomad@v0.11.8/demo/tls/tls-client.hcl (about)

     1  tls {
     2    http = true
     3    rpc  = true
     4  
     5    ca_file   = "ca.pem"
     6    cert_file = "client.pem"
     7    key_file  = "client-key.pem"
     8  
     9    verify_server_hostname = true
    10    verify_https_client    = true
    11  }