How to setup Certbot wildcard certificate on Apache
Certbot allows simple, quick and free provisioning of SSL certificates using LetsEncrypt. How to install Certbot Option 1 (recommended) sudo snap install core; sudo snap refresh core sudo snap install --classic certbot sudo ln -s /snap/bin/certbot /usr/bin/certbot Option 2 apt update apt install certbot How to run Certbot If you want to run the automated setup and get your certificate installed directly to apache, then: sudo certbot --apache If you only want the certificate, then:...