package
2.0.0-beta1+incompatible
Repository: https://github.com/mirovskyi/traefik.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

MatchDomain return true if a domain match the cert domain.
NewCertificateStore create a store for dynamic and static certificates.
NewManager creates a new Manager.

# Variables

CipherSuites Map of TLS CipherSuites from crypto/tls Available CipherSuites defined at https://golang.org/pkg/crypto/tls/#pkg-constants.
MinVersion Map of allowed TLS minimum versions.

# Structs

CertAndStores allows mapping a TLS certificate to a list of entry points.
Certificate holds a SSL cert/key pair Certs and Key could be either a file path, or the file content itself.
CertificateStore store for dynamic and static certificates.
ClientAuth defines the parameters of the client authentication part of the TLS connection, if any.
Manager is the TLS option/store/configuration factory.
Options configures TLS for an entry point.
Store holds the options for a given Store.

# Type aliases

Certificates defines traefik certificates type Certs and Keys could be either a file path, or the file content itself.
FileOrContent hold a file path or content.