SSL & Certificate management
Install certbot and run setup
sudo apt install certbot python3-certbot-apache
a2enmod ssl
sudo certbot --apache
List all certificates
certbot certificates
Delete a certificaite
certbot delete --cert-name CERT_NAME_HERE