mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 03:15:42 +03:00
Verification options allowed in TLS config
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user