Files
nats-server/test/configs/certs
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
..
2015-11-05 18:09:07 -08:00
2015-11-08 10:58:40 -08:00
2019-01-24 21:42:47 -07:00
2015-11-08 10:58:40 -08:00
2015-11-05 18:09:07 -08:00
2015-11-05 18:09:07 -08:00
2015-11-08 14:20:01 -08:00
2015-11-08 14:20:01 -08:00
2015-11-08 14:20:01 -08:00
2015-11-08 14:20:01 -08:00