2020-03-18
- followed instructions at https://wiki.debian.org/LetsEncrypt
- apt install python-certbot-apache
- apt install
- had to change 000-default.conf to bonmot.ca.conf
- had to remove an extra ServerAlias from gay.hfxns.org.conf
- created the cert with: certbot --authenticator standalone --installer apache -dbonmot.ca -dgay.hfxns.org --pre-hook "service apache2 stop" --post-hook "service apache2 start"