[DHParams] 2048 bits to 4096

This commit is contained in:
Alex Thomassen 2020-08-18 13:38:39 +02:00
parent 8ad4d97235
commit 89c477fed7
Signed by: Alex
GPG Key ID: 10BD786B5F6FF5DE
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
sudo touch /etc/nginx/dhparams.pem
sudo chmod 700 /etc/nginx/dhparams.pem
# 4096 would also work here:
sudo openssl dhparam -out /etc/nginx/dhparams.pem 2048
sudo openssl dhparam -out /etc/nginx/dhparams.pem 4096