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;
Your email address will not be published. Required fields are marked *
Comment *
Your Name *
Your E-mail *
Website
Save my name, email, and website in this browser for the next time I comment.
Submit Comment