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 44a91c395f
commit 54e5dd6ff1

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 {