certbot check domains code example
Example 1: certbot list all domains
sudo certbot certificates
Example 2: certbot configure
certbot certonly --webroot -w /var/www/html -d www.theflock.de -d theflock.de
sudo certbot certificates
certbot certonly --webroot -w /var/www/html -d www.theflock.de -d theflock.de