SSL

certbot

Install certbot Certbot commands Certbot SSL for Applications Install certbot OR Install SSL certificate on Apache On Nginx This will stop web…

acme.sh SSL using manual DNS method

To provision SSL certificate using acme.sh with manual DNS verification method, run acme.sh –issue -d DOMAIN_NAME –dns -d www.DOMAIN_NAME –yes-I-know-dns-manual-mode-enough-go-ahead-please When you…

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