I already have some domains using the Let's Encrypt SSL certificate.
Using the certbot-auto
command, I install a certificate for a given domain. For example:
sudo certbot-auto --apache -d meusite.com
How can I add new domains to this same certificate?
That is, I want to run this command to certify other domains, but I would like to keep the ones that are already working.