Difference between revisions of "Ingress-nginx tls"
Jump to navigation
Jump to search
(Created page with "https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/configmap.md ssl-ciphers https://github.com/canonical/microk8s-core-addons/blob/mai...") |
|||
Line 9: | Line 9: | ||
--tls-cipher-suites | --tls-cipher-suites | ||
https://github.com/kubernetes/kubernetes/pull/48859 | https://github.com/kubernetes/kubernetes/pull/48859 | ||
+ | |||
+ | |||
+ | ``` | ||
+ | https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml | ||
+ | https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/ | ||
+ | https://github.com/kubernetes/ingress-nginx/blob/main/internal/ingress/controller/config/config.go | ||
+ | |||
+ | https://kubernetes.github.io/ingress-nginx/user-guide/tls/ | ||
+ | ``` |
Revision as of 00:08, 27 May 2022
https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/configmap.md ssl-ciphers
https://github.com/canonical/microk8s-core-addons/blob/main/addons/ingress/ingress.yaml
https://kubernetes.github.io/ingress-nginx/user-guide/tls/
--tls-cipher-suites https://github.com/kubernetes/kubernetes/pull/48859
https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/ https://github.com/kubernetes/ingress-nginx/blob/main/internal/ingress/controller/config/config.go https://kubernetes.github.io/ingress-nginx/user-guide/tls/