This isn't the tutorial yet, but the commands to use the webroot version of Let's Encrypt:
Create certificates:
Test certificates FIRST to check for any errors:
Update certificates after running the above with no errors:
Revoke a certificate:
(It will ask if you want to delete the related certificates, select Y and hit enter.)
Create certificates:
Code:
sudo certbot certonly --webroot -w /var/sentora/hostdata/[client]/public_html/domain_com -d domain.com -d www.domain.com
Test certificates FIRST to check for any errors:
Code:
sudo certbot renew --dry-run
Update certificates after running the above with no errors:
Code:
sudo certbot renew
Revoke a certificate:
Code:
sudo certbot revoke --cert-path /etc/letsencrypt/archive/domain.com/cert1.pem