Skip to content

Commit

Permalink
sGAR ~ 2024.01.30 ~ eecdh siphers which are high in secruity.
Browse files Browse the repository at this point in the history
  • Loading branch information
ame-test committed Jan 30, 2024
1 parent 7508fcb commit 3a155c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/kube/public-site-external-ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
ingress.kubernetes.io/force-ssl-redirect: "true"
ingress.kubernetes.io/backend-protocol: "HTTPS"
ingress.kubernetes.io/proxy-body-size: "20m"
ingress.kubernetes.io/ssl-ciphers: '!aNULL:!EXPORT56:EECDH+AESGCM:TLSv1.3:TLSv1.2:+HIGH'
ingress.kubernetes.io/ssl-ciphers: '!aNULL:!EXPORT56:EECDH+TLSv1.2+HIGH'
ingress.kubernetes.io/ssl-prefer-server-ciphers: "true"
ingress.kubernetes.io/ssl-protocols: TLSv1.2 TLSv1.3
spec:
Expand Down

0 comments on commit 3a155c2

Please sign in to comment.