I just setup https on cdotlib.org via:
sudo apt update
sudo apt install certbot python3-certbot-nginx -y
sudo certbot --nginx -d cdotlib.org # Obviously your domain changes here
And it all works! No downloading SSL etc etc. We should do this for tests to start, then see if we can save money on prod certs as well.
I just setup https on cdotlib.org via:
And it all works! No downloading SSL etc etc. We should do this for tests to start, then see if we can save money on prod certs as well.