Verification options allowed in TLS config

This commit is contained in:
Pete Wildsmith 2017-04-25 23:35:47 +01:00 committed by GitHub
parent 3070d5ab9d
commit 1e6694c5c1
1 changed files with 2 additions and 0 deletions

View File

@ -689,6 +689,8 @@ func parseTLSConfig(result **config.TLSConfig, list *ast.ObjectList) error {
"ca_file",
"cert_file",
"key_file",
"verify_incoming",
"verify_outgoing",
}
if err := checkHCLKeys(listVal, valid); err != nil {