Browse Source
change nginx default HTTPS protocol from "SSLv2" to "TLSv1.2 TLSv1.3" (#7144)
pull/7149/head
Florian Ruynat
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
inventory/sample/group_vars/k8s-cluster/addons.yml
|
|
@ -99,7 +99,7 @@ ingress_publish_status_address: "" |
|
|
|
# ingress_nginx_secure_port: 443 |
|
|
|
# ingress_nginx_configmap: |
|
|
|
# map-hash-bucket-size: "128" |
|
|
|
# ssl-protocols: "SSLv2" |
|
|
|
# ssl-protocols: "TLSv1.2 TLSv1.3" |
|
|
|
# ingress_nginx_configmap_tcp_services: |
|
|
|
# 9000: "default/example-go:8080" |
|
|
|
# ingress_nginx_configmap_udp_services: |
|
|
|