Versions in this module Expand all Collapse all v1 v1.0.4 Sep 29, 2024 Changes in this version + type ACMEChallenge string + const DNS_01 + const HTTP_01 + const TLS_ALPN_01 + func (c *ACMEChallenge) UnmarshalJSON(b []byte) error + func (c ACMEChallenge) String() string + type ACMEChallenges []ACMEChallenge + type Handler struct + CA string + Challenges ACMEChallenges + Host string + Lifetime kengine.Duration + PathPrefix string + Policy *Policy + Resolvers []string + SignWithRoot bool + func (Handler) KengineModule() kengine.ModuleInfo + func (ash *Handler) Provision(ctx kengine.Context) error + func (ash Handler) Cleanup() error + func (ash Handler) ServeHTTP(w http.ResponseWriter, r *http.Request, next kenginehttp.Handler) error + type Policy struct + Allow *RuleSet + AllowWildcardNames bool + Deny *RuleSet + type RuleSet struct + Domains []string + IPRanges []string Other modules containing this package github.com/khulnasoft/kengine/v2