certbot configuration code example
Example 1: certbot configure
certbot certonly --webroot -w /var/www/html -d www.theflock.de -d theflock.de
Example 2: certbot
sudo snap install --classic certbot
certbot certonly --webroot -w /var/www/html -d www.theflock.de -d theflock.de
sudo snap install --classic certbot