Compare commits

...

2 commits

Author SHA1 Message Date
ebe4f8c03a Remove type
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-17 20:09:10 +02:00
151ba30d44 Update TLS Options 2020-06-17 20:07:08 +02:00
3 changed files with 7 additions and 5 deletions

View file

@ -1,6 +1,6 @@
--- ---
kind: pipeline kind: pipeline
type: docker #type: docker
name: default name: default
steps: steps:

View file

@ -11,5 +11,6 @@ spec:
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA curvePreferences:
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA - CurveP521
- CurveP384

View file

@ -11,5 +11,6 @@ spec:
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA curvePreferences:
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA - CurveP521
- CurveP384