Increase Diffie-Hellman key size
This commit is contained in:
parent
e4175767a3
commit
ef69519de7
@ -208,7 +208,8 @@
|
|||||||
# Generate dhparams
|
# Generate dhparams
|
||||||
security.dhparams = {
|
security.dhparams = {
|
||||||
enable = true;
|
enable = true;
|
||||||
params.nginx.bits = 2048;
|
defaultBitSize = 4096;
|
||||||
|
params.nginx.bits = 4096;
|
||||||
};
|
};
|
||||||
|
|
||||||
# PostgreSQL databases configuration
|
# PostgreSQL databases configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user