Versions in this module Expand all Collapse all v1 v1.4.0 Oct 17, 2016 Changes in this version + func CertPoolFromFile(filename string) (*x509.CertPool, error) + func CertsFromPEM(pemCerts []byte) ([]*x509.Certificate, error) + func FoundCertOrKey(certPath, keyPath string) bool + func GenerateSelfSignedCert(host, certPath, keyPath string, alternateIPs []net.IP, alternateDNS []string) error + func WriteCertToPath(certPath string, data []byte) error + func WriteKeyToPath(keyPath string, data []byte) error