Certbot - andreydiveev/wiki GitHub Wiki

Install certbot (Ubuntu):

add-apt-repository ppa:certbot/certbot
apt update
apt install python-certbot-nginx -y

Request SSL-cert:

certbot --nginx -d example.com -d www.example.com

Simulating run for checks:

certbot renew --dry-run