solairis.com

HTTPS with certbot

Setting up a certificate for solairis.com:

sudo certbot certonly -d solairis.com,www.solairis.com
			

When propmted, via "webroot", then enter /.../solairis.com

Files will be stored at

/etc/letsencrypt/live/solairis.com/{fullchain.pem,privkey.pem}

I believe the directory is the first domain name provided to the above command.

Enable in the vhost in the named server w/

SSLCertificateFile "/etc/letsencrypt/live/solairis.com/fullchain.pem"
SSLCertificateKeyFile "/etc/letsencrypt/live/solairis.com/privkey.pem"
			

certbot claims it was able to install something (systemctl?) for upgrading at the appropriate time. I have my doubts