github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/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  }