Skip to main content

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

My setup

sudo certbot certonly --apache --cert-name main --expand -d cal.conorbriggs.com.au -d db.conorbriggs.com.au -d files.conorbriggs.com.au -d files.smtps.com.au -d ipfs.smtps.com.au -d media.conorbriggs.com.au -d videos.conorbriggs.com.au -d pdb.conorbriggs.com.au -d phpma.conorbriggs.com.au -d safecows.smtps.com.au -d strata.conorbriggs.com.au -d subby.conorbriggs.com.au -d test.smtps.com.au -d testing.conorbriggs.com.au