Versions in this module Expand all Collapse all v0 v0.8.1 Jan 12, 2016 Changes in this version + const AlternatePort + const Ecc224 + const Ecc256 + const OCSPInterval + const RenewInterval + const Rsa2048 + const Rsa4096 + func ConfigQualifies(cfg server.Config) bool + func EnableTLS(configs []server.Config) + func MakePlaintextRedirects(allConfigs []server.Config) []server.Config + func MarkQualified(configs []server.Config) + func ObtainCerts(configs []server.Config, altPort string) error + func RequestCallback(w http.ResponseWriter, r *http.Request) bool + func StapleOCSP(configs []server.Config) error v0.8.0 Dec 4, 2015 Changes in this version + const ECC_224 + const ECC_256 + const RSA_2048 + const RSA_4096 + var Agreed bool + var CAUrl string + var DefaultEmail string + var OnChange func() error + func Activate(configs []server.Config) ([]server.Config, error) + func Deactivate() (err error) + func HostQualifies(hostname string) bool + func Revoke(host string) error + type Handler struct + Next middleware.Handler + func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) (int, error) + type KeySize int + type Storage string + func (s Storage) Site(domain string) string + func (s Storage) SiteCertFile(domain string) string + func (s Storage) SiteKeyFile(domain string) string + func (s Storage) SiteMetaFile(domain string) string + func (s Storage) Sites() string + func (s Storage) User(email string) string + func (s Storage) UserKeyFile(email string) string + func (s Storage) UserRegFile(email string) string + func (s Storage) Users() string + type User struct + Email string + Registration *acme.RegistrationResource + func (u User) GetEmail() string + func (u User) GetPrivateKey() *rsa.PrivateKey + func (u User) GetRegistration() *acme.RegistrationResource