blob: b55cc62848504f925ed89360b1615fdfb3433d97 [file] [log] [blame]
William Kurkianea869482019-04-09 15:16:11 -04001// Package rootcerts contains functions to aid in loading CA certificates for
2// TLS connections.
3//
4// In addition, its default behavior on Darwin works around an open issue [1]
5// in Go's crypto/x509 that prevents certicates from being loaded from the
6// System or Login keychains.
7//
8// [1] https://github.com/golang/go/issues/14514
9package rootcerts