apt install python3-certbot-nginx
certbot –nginx -d domain.name.here
service nginx reload
add crontab
15 3 * * * /usr/bin/certbot renew –quiet
apt install python3-certbot-nginx
certbot –nginx -d domain.name.here
service nginx reload
add crontab
15 3 * * * /usr/bin/certbot renew –quiet