# Packages
No description provided by the author
# Functions
SortTLSPerEntryPoints converts TLS configuration sorted by Certificates into TLS configuration sorted by EntryPoints.
# 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
Certificate holds a SSL cert/key pair Certs and Key could be either a file path, or the file content itself.
ClientCA defines traefik CA files for a entryPoint and it indicates if they are mandatory or have just to be analyzed if provided.
Configuration allows mapping a TLS certificate to a list of entrypoints.
TLS configures TLS for an entry point.
# 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.
RootCAs hold the CA we want to have in root.