package
2.7.2+incompatible
Repository: https://github.com/xenolf/lego.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Constants

DNS01 is the "dns-01" ACME challenge https://tools.ietf.org/html/draft-ietf-acme-acme-16#section-8.4 Note: GetRecord returns a DNS record which will fulfill this challenge.
HTTP01 is the "http-01" ACME challenge https://tools.ietf.org/html/draft-ietf-acme-acme-16#section-8.3 Note: ChallengePath returns the URL path to fulfill this challenge.
TLSALPN01 is the "tls-alpn-01" ACME challenge https://tools.ietf.org/html/draft-ietf-acme-tls-alpn-05.

# Interfaces

Provider enables implementing a custom challenge provider.
ProviderTimeout allows for implementing a Provider where an unusually long timeout is required when waiting for an ACME challenge to be satisfied, such as when checking for DNS record propagation.

# Type aliases

Type is a string that identifies a particular challenge type and version of ACME challenge.