package
1.6.0-rc4
Repository: https://github.com/csimplestring/traefik.git
Documentation: pkg.go.dev

# Functions

Get returns the provider instance.
IsEnabled returns true if the provider instance and its configuration are not nil, otherwise false.
NewAccount creates an account.
NewLocalStore initializes a new LocalStore with a file name.

# Constants

RegistrationURLPathV1Regexp is a regexp which match ACME registration URL in the V1 format.

# Variables

OSCPMustStaple enables OSCP stapling as from https://github.com/xenolf/lego/issues/270.

# Structs

Account is used to store lets encrypt registration info.
Certificate is a struct which contains all data needed from an ACME certificate.
Configuration holds ACME configuration provided by users.
DNSChallenge contains DNS challenge Configuration.
HTTPChallenge contains HTTP challenge Configuration.
LocalStore Store implementation for local file.
Provider holds configurations of the provider.
StoredData represents the data managed by the Store.

# Interfaces

Store is a generic interface to represents a storage.