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