Versions in this module Expand all Collapse all v0 v0.14.0 Apr 14, 2020 Changes in this version + const Production + const Staging + var Endpoint = Production + var ErrHTTP01Unavailable = errors.New("The CA didn't list HTTP01 as a viable certificate challenge.") + var UserAgent = "knative.dev/net-http01" + type Interface interface + Order func(ctx context.Context, domains []string, owner interface{}) (challenges []*apis.URL, cert *tls.Certificate, err error) + func New(ctx context.Context, cb OrderUpCallback, chlr challenger.Interface) (Interface, error) + type OrderUpCallback func(owner interface{})