$ apachectl -M | grep ssl
$ cd /etc/apache2
$ sudo nano apache2.conf
$ sudo apachectl configtest
$ sudo systemctl restart apache2
$ apachectl -M | grep ssl
$ sudo apt install certbot python3-certbot-apache
$ sudo certbot --apache -d your-domain.host
$ sudo certbot –-apache
$ sudo certbot renew --dry-run
$ sudo ufw status
$ sudo ufw app list
$ sudo ufw allow 'Apache Secure'
$ sudo ufw status