Add value for configuring a custom Diffie-Hellman parameters file
Revert chart version
This commit is contained in:
parent
13e67f49f8
commit
fac7411cec
3 changed files with 18 additions and 0 deletions
|
|
@ -731,3 +731,8 @@ tcp: {}
|
|||
##
|
||||
udp: {}
|
||||
# 53: "kube-system/kube-dns:53"
|
||||
|
||||
# A base64ed Diffie-Hellman parameter
|
||||
# This can be generated with: openssl dhparam 4096 2> /dev/null | base64
|
||||
# Ref: https://github.com/krmichel/ingress-nginx/blob/master/docs/examples/customization/ssl-dh-param
|
||||
dhParam:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue