簡體   English   中英

如何在 NGINX Ingress Controller 中配置 ssl_prefer_server_ciphers?

[英]How to configure ssl_prefer_server_ciphers in NGINX Ingress Controller?

我需要在 NGINX Ingress Controller 中將ssl_prefer_server_ciphers設置為on

不幸的是,我無法在其配置https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/中找到如何做到這一點

NGINX Ingress ssl_prefer_server_ciphers中 ssl_prefer_server_ciphers 的默認值是多少?

(NGINX 中默認為off

在 NGINX 入口 Controller 中將值設置為on很熱?

根據https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/

In order to overwrite nginx-controller configuration values as seen in config.go, you can add key-value pairs to the data section of the config-map.

因此,配置為

data:
  ssl_prefer_server_ciphers: "on"

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM