Documentation ¶ Index ¶ type VAImpl func New(log *log.Logger, httpPort, tlsPort int, strict bool, customResolverAddr string) *VAImpl func (va VAImpl) ValidateChallenge(ident acme.Identifier, chal *core.Challenge, acct *core.Account, ...) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type VAImpl ¶ type VAImpl struct { // contains filtered or unexported fields } func New ¶ func New( log *log.Logger, httpPort, tlsPort int, strict bool, customResolverAddr string, ) *VAImpl func (VAImpl) ValidateChallenge ¶ func (va VAImpl) ValidateChallenge(ident acme.Identifier, chal *core.Challenge, acct *core.Account, acctURL string, wildcard bool) Source Files ¶ View all Source files va.go Click to show internal directories. Click to hide internal directories.