Commit Graph

2 Commits

Author SHA1 Message Date
Harshavardhana 8a4128d304 Force clients to have certs 2015-01-30 16:51:33 -08:00
Harshavardhana 063832baaf Implement TLS server
$ ./minio --tls --cert <your_cert> --key <your_private_key>

This patchset also provides crypto/x509 - which is a wrapper package
to generate X509 certificates.

This is necessary to provide certificates later through management console
2015-01-25 17:20:00 -08:00