Skip to content

Commit

Permalink
Merge pull request #219 from jvanbruegge/patch-1
Browse files Browse the repository at this point in the history
Change dh param size
  • Loading branch information
jcmoraisjr authored Sep 29, 2018
2 parents bd26685 + da5211c commit f2f47fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func newHAProxyConfig(haproxyController *HAProxyController) *types.HAProxyConfig
SSLCiphers: defaultSSLCiphers,
SSLOptions: "no-sslv3 no-tls-tickets",
SSLDHParam: types.SSLDHParam{
DefaultMaxSize: 1024,
DefaultMaxSize: 2048,
SecretName: "",
},
NbprocBalance: 1,
Expand Down

0 comments on commit f2f47fa

Please sign in to comment.