forked from coop-cloud/traefik
Merge pull request 'Add CurveP256 to the list of cipherSuites' (#73) from ciphersuites into master
Reviewed-on: coop-cloud/traefik#73 Reviewed-by: decentral1se <decentral1se@noreply.git.coopcloud.tech>
This commit is contained in:
2
abra.sh
2
abra.sh
@ -1,3 +1,3 @@
|
||||
export TRAEFIK_YML_VERSION=v28
|
||||
export FILE_PROVIDER_YML_VERSION=v10
|
||||
export FILE_PROVIDER_YML_VERSION=v11
|
||||
export ENTRYPOINT_VERSION=v5
|
||||
|
||||
@ -43,6 +43,7 @@ tls:
|
||||
curvePreferences:
|
||||
- CurveP521
|
||||
- CurveP384
|
||||
- CurveP256
|
||||
sniStrict: true
|
||||
{{ if eq (env "WILDCARDS_ENABLED") "1" }}
|
||||
certificates:
|
||||
|
||||
Reference in New Issue
Block a user