Files
nats-server/server
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-11-28 18:04:26 -07:00
2018-03-29 11:48:09 -04:00
2019-02-05 15:19:59 -08:00
2019-02-11 19:32:22 -08:00
2019-01-09 14:14:47 -07:00
2019-02-05 15:19:59 -08:00
2019-01-09 14:14:47 -07:00
2018-10-12 17:00:41 -07:00
2018-10-31 20:28:44 -07:00
2019-02-05 15:19:59 -08:00
2018-11-29 17:04:58 -08:00
2018-12-06 15:09:14 -08:00
2019-02-05 15:19:59 -08:00
2019-02-04 17:07:49 -08:00
2019-02-05 15:19:59 -08:00
2018-10-06 14:06:14 -07:00
2018-10-06 14:04:14 -07:00
2019-02-05 15:19:59 -08:00
2019-01-14 19:18:00 -07:00
2019-02-05 15:19:59 -08:00
2018-03-15 22:31:07 -07:00
2018-10-22 16:27:30 -06:00
2018-03-15 22:31:07 -07:00
2018-10-22 16:27:30 -06:00
2019-02-04 17:07:49 -08:00
2019-01-18 10:54:04 +08:00
2019-01-09 14:14:47 -07:00