Versions in this module Expand all Collapse all v0 v0.1.0 Sep 26, 2025 Changes in this version + func ConfigureAcmeClient() acme.OptionFunc + type Options struct + HTTPExpectResponse string + HTTPRequestPath string + SkipDomainValidation bool + type Problem struct + Detail string + Explanation string + Name string + Severity SeverityLevel + func Check(domain string, method ValidationMethod) (probs []Problem, retErr error) + func CheckWithOptions(domain string, method ValidationMethod, opts Options) (probs []Problem, retErr error) + func (p Problem) DetailLines() []string + func (p Problem) IsZero() bool + func (p Problem) String() string + type SeverityLevel string + const SeverityDebug + const SeverityError + const SeverityFatal + const SeverityWarning + type ValidationMethod string + const DNS01 + const HTTP01 + const TLSALPN01