I have a question with adding new domains on a sever that’s already have multiple domains on the same cert.
I know the following command able to add new domains but it’s not effective to add multiple domains “cert-name my1stdomain.com”
sudo certbot --apache --cert-name my1stdomain.com -d my1stdomain.com -d my2stdomain.com
May i know what’s should be the correct command?
For examiple , my current server have about 20 domains, i installed a new SSL using cerbot and all the 20 domains have added SSL successfully. What if i need to add 2 - more new domains to this server?
By using the above command, i have to type 20+ times… Please advice. Thank .