Changes

Jump to navigation Jump to search
Created page with "Below is a SSL configuration for the Traefik web server version 1.7.12, using OpenSSL version 1.1.1c. This configuration file was generated by the [https://ssl-config.mozilla...."
Below is a SSL configuration for the Traefik web server version 1.7.12, using OpenSSL version 1.1.1c. This configuration file was generated by the [https://ssl-config.mozilla.org/ Mozilla SSL Configuration Generator.]
<pre>
# generated 2019-09-24, https://ssl-config.mozilla.org/#server=traefik&server-version=1.7.12&config=intermediate
defaultEntryPoints = ["http", "https"]

[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.http.redirect]
entryPoint = "https"

[entryPoints.https]
address = ":443"
[entryPoints.https.tls]
minVersion = "VersionTLS12"
cipherSuites = [
"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384",
"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384",
"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",
"TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305",
"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305"
]

# due to Go limitations, it is highly recommended that you use an ECDHE
# certificate, or you may experience compatibility issues
[[entryPoints.https.tls.certificates]]
certFile = "/path/to/signed_cert_plus_intermediates"
keyFile = "/path/to/private_key"
</pre>

Navigation menu

GCwiki