Files
nats-server/test/configs
Waldemar Quevedo 4846b5ad6c Support for TLS certs based auth for gateways
When enabling verify and map as part of its TLS config
a the subject from TLS cert can now be used to confirm
the identity of a gateway.

```
gateway {
  tls {
    cert_file = "./configs/certs/tlsauth/server.pem"
    key_file = "./configs/certs/tlsauth/server-key.pem"
    ca_file = "./configs/certs/tlsauth/ca.pem"
    verify_and_map = true
    timeout = 2
  }

  authorization {
    user = "CN=localhost,OU=NATS.io Operators"
  }
}
```

Signed-off-by: Waldemar Quevedo <wally@synadia.com>
2019-02-18 21:48:06 -08:00
..
2018-03-15 22:31:07 -07:00
2018-11-06 15:00:21 -08:00
2018-11-06 19:58:42 -08:00
2018-03-15 22:31:07 -07:00
2018-03-15 22:31:07 -07:00
2018-03-15 22:31:07 -07:00
2018-03-15 22:31:07 -07:00
2018-03-15 22:31:07 -07:00
2018-03-15 22:31:07 -07:00
2018-03-15 22:31:07 -07:00
2018-10-24 21:29:29 -07:00