certbot tutorial apache code example
Example 1: certbot apache site
sudo certbot --apache -d your_domain -d www.your_domain
Example 2: certbot apache install
sudo apt install python3-certbot-apache
sudo certbot --apache -d your_domain -d www.your_domain
sudo apt install python3-certbot-apache