Increase Diffie-Hellman key size

This commit is contained in:
coolneng 2025-04-14 17:18:43 +02:00
parent e4175767a3
commit ef69519de7
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -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