certbot commands code example
Example 1: certbot configure
certbot certonly --webroot -w /var/www/html -d www.theflock.de -d theflock.de
Example 2: certbot command
certbot certonly --webroot -w /var/www/example -d www.example.com -d example.com -w /var/www/other -d other.example.net -d another.other.example.net
Example 3: certbot
sudo snap install --classic certbot