Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1438637a authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

Update TLS setup

parent e556575c
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
tls:
  options:
    default:
      sniStrict: true
      minVersion: VersionTLS12
      cipherSuites:
        - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
        - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
        - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
        - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384   # TLS 1.2
        - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305    # TLS 1.2
        - TLS_AES_256_GCM_SHA384                  # TLS 1.3
        - TLS_CHACHA20_POLY1305_SHA256            # TLS 1.3
      curvePreferences:
        - CurveP521
        - CurveP384
+1 −1
Original line number Diff line number Diff line
FROM traefik:v2.1.3
FROM traefik:v2.1.4

COPY etc/traefik/config.yml /etc/traefik/config.yml