helm/pkg/tlsutil
Matt Butcher e8e6ac5d77
Fix/missing ssl params (#3152)
* fix(helm): add TLS params back

During a recent refactor, several TLS flags stopped being processed for
a few of the commands. This fixes those commands, and documents how to
set up TLS.

* fix(tiller): add stricter certificate verification

The older version of Tiller allowed a weaker set of certificate checks
than we intended. This version requires a client certificate, and then
requires that that certificate be signed by a known CA. This works
around the situation where a user could provide a self-signed
certificate.
2017-11-15 17:52:24 -07:00
..
cfg.go Correct punctuation and capitalization for user facing strings. 2017-06-26 10:23:26 -07:00
tls.go Fix/missing ssl params (#3152) 2017-11-15 17:52:24 -07:00
tlsutil_test.go test(*): add tests for new tls support 2017-04-18 15:02:06 -06:00