mirror of
https://github.com/wahyd4/ingress-nginx.git
synced 2026-08-09 05:16:27 +10:00
Merge pull request #5264 from AndiDog/patch-1
Fix reference to DH param secret, recommend larger parameter size
This commit is contained in:
@@ -27,7 +27,7 @@ $ kubectl create -f configmap.yaml
|
||||
## Custom DH parameters secret
|
||||
|
||||
```console
|
||||
$> openssl dhparam 1024 2> /dev/null | base64
|
||||
$> openssl dhparam 4096 2> /dev/null | base64
|
||||
LS0tLS1CRUdJTiBESCBQQVJBTUVURVJ...
|
||||
```
|
||||
|
||||
@@ -38,7 +38,7 @@ data:
|
||||
dhparam.pem: "LS0tLS1CRUdJTiBESCBQQVJBTUVURVJ..."
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: nginx-configuration
|
||||
name: lb-dhparam
|
||||
namespace: ingress-nginx
|
||||
labels:
|
||||
app.kubernetes.io/name: ingress-nginx
|
||||
|
||||
Reference in New Issue
Block a user