1
0
mirror of https://github.com/minio/minio.git synced 2025-01-16 01:03:15 -05:00

2 Commits

Author SHA1 Message Date
Andreas Auernhammer
224daee391
fix nats TLS unit tests ()
This commit fixes the nats TLS tests by generating new certificates
(root CA, server and client) - each valid for 10y. The new certificates
don't have a common name (deprecated by X.509) but SANs instead.

Since Go 1.15 the Go `crypto/x509` package rejects certificates that
only have a common name and no SAN. See: https://golang.org/doc/go1.15#commonname
2020-09-14 13:19:46 -07:00
svistoi
c9be601988 NATS TLS specify CA and client TLS authentication ()
- added ability to specify CA for self-signed certificates
- added option to authenticate using client certificates
- added unit tests for nats connections
2019-11-15 09:13:23 -08:00