The following Gist file adds some security to Nginx and it’s well documented: # to generate your dhparam.pem file, run in the terminal openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 ← Previous Post