To add new certificates for a new domain you set up, simply run the following code in your terminal, replacing example.com
with your new domain name:
sudo certbot --apache -d example.com -d www.example.com
To add new certificates for a new domain you set up, simply run the following code in your terminal, replacing example.com
with your new domain name:
sudo certbot --apache -d example.com -d www.example.com
0 Comments