Tag: ssl
-
Using Letsencrypt SSL Certificates
This post is a short summary about how to configure certbot to automatically retrieve and renew SSL certificates for your domains from LetsEncrypt. The commands apply to the current Ubuntu version 20.04. Install Certbot First, install certbot, which handles retrieving and renewing certificates for you: sudo apt install certbot …