Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

nginx

Setup new dhparam file 2048 should suffice, but if you like you can go with 4096 instead:

Code Block
$ sudo openssl dhparam -out /etc/ssl/dhparams.pem 2048

...