From 151ba30d447a21a767e2dc1b3bee4091bff4a100 Mon Sep 17 00:00:00 2001 From: Adrien Date: Wed, 17 Jun 2020 20:07:08 +0200 Subject: [PATCH 1/2] Update TLS Options --- templates/2.1/traefik-tls-options.yml.j2 | 5 +++-- templates/2.2/traefik-tls-options.yml.j2 | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/2.1/traefik-tls-options.yml.j2 b/templates/2.1/traefik-tls-options.yml.j2 index 533ff39..6f64045 100644 --- a/templates/2.1/traefik-tls-options.yml.j2 +++ b/templates/2.1/traefik-tls-options.yml.j2 @@ -11,5 +11,6 @@ spec: - 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_128_CBC_SHA - - TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA + curvePreferences: + - CurveP521 + - CurveP384 \ No newline at end of file diff --git a/templates/2.2/traefik-tls-options.yml.j2 b/templates/2.2/traefik-tls-options.yml.j2 index 533ff39..6f64045 100644 --- a/templates/2.2/traefik-tls-options.yml.j2 +++ b/templates/2.2/traefik-tls-options.yml.j2 @@ -11,5 +11,6 @@ spec: - 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_128_CBC_SHA - - TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA + curvePreferences: + - CurveP521 + - CurveP384 \ No newline at end of file From ebe4f8c03a165f00ac322e3c9a57388657151c85 Mon Sep 17 00:00:00 2001 From: Adrien Date: Wed, 17 Jun 2020 20:09:10 +0200 Subject: [PATCH 2/2] Remove type --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index bafaab3..a207b9b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ --- kind: pipeline -type: docker +#type: docker name: default steps: