Versions in this module Expand all Collapse all v1 v1.0.0 Oct 29, 2018 Changes in this version + type AutoCert struct + CacheDir string + DirectoryURL string + HostCheck HostCheck + RootCert string + func (m *AutoCert) GetCertificate(hello *tls.ClientHelloInfo) (*tls.Certificate, error) + func (m *AutoCert) HTTPHandler(handler http.Handler) http.Handler + type HostCheck func(host string) error + func WhitelistHosts(hosts ...string) HostCheck