Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IssueLetsEncryptCert ¶
func IssueLetsEncryptCert(email, domain, location string)
Types ¶
type DomainAcme ¶
type DomainAcme struct {
Sans []string `json:"sans"`
IssuerData IssuerData `json:"issuer_data"`
}
type IssuerData ¶
type Manager ¶
func NewManager ¶
func (*Manager) GetCert ¶
func (m *Manager) GetCert(hello *tls.ClientHelloInfo) (*tls.Certificate, error)
func (*Manager) GetChallengeToken ¶
func (*Manager) HTTPHandler ¶
func (m *Manager) HTTPHandler(w http.ResponseWriter, r *http.Request)
HTTPHandler is a http handler for serving acme challenge
Click to show internal directories.
Click to hide internal directories.