Traefik 3.0.1 that supports X25519Kyber768Draft00 curve.
903
A Traefik fork that supports post-quantum safe EC algorithms:
Internally it uses a forked version of Go extended by Cloudflare.
Here is a dynamic Traefik configuration example to enable it:
tls:
options:
default:
sniStrict: true
minVersion: VersionTLS12
cipherSuites:
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
- TLS_AES_256_GCM_SHA384
- TLS_CHACHA20_POLY1305_SHA256
curvePreferences:
- X25519Kyber768Draft00 # <-------------- add this line
- CurveP521
- CurveP384
Content type
Image
Digest
sha256:7851852ad…
Size
56.2 MB
Last updated
over 1 year ago
docker pull progfarkas/pqtraefik:v3-3