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
Generate new certs
sudo certbot certonly --apache --cert-name main --expand -d cal.conorbriggs.com.au -d db.conorbriggs.com.au -d files.conorbriggs.com.au -d ipfs.smtps.com.au -d videos.conorbriggs.com.au -d pdb.conorbriggs.com.au -d phpma.conorbriggs.com.au -d safecows.smtps.com.au -d subby.conorbriggs.com.au -d testing.conorbriggs.com.au -d share.conorbriggs.com.au -d cloud.conorbriggs.com.au -d api.conorbriggs.com.au