Increase Diffie-Hellman key size

This commit is contained in:
2025-04-14 17:18:43 +02:00
parent e4175767a3
commit ef69519de7

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