Create dhparam.pem

To generate dhparam.pem, run

cd /etc/ssl/
openssl dhparam -out dhparam.pem 4096

To add dhparam in Nginx, add

ssl_dhparam /etc/ssl/dhparam.pem;

See SSL

Need help with Linux Server or WordPress? We can help!

Leave a Reply

Your email address will not be published. Required fields are marked *