Ademy
ADL NETWORKS KNOWLEDGE BASE
Install
sudo apt install certbot python3-certbot-apache
Reload Apache
sudo systemctl reload apache2
Status Service
sudo systemctl status certbot.timer
Test renew
sudo certbot renew --dry-run
Source