I have already setup certbot with my existing websites, say one.com and two.com
Suppose, I wan to add a new website, say, three.com and its subdomain, sub.three.com , what is the method? What is the command?
certbot certonly --nginx
Is this the command? how can I specify the domain name and its subdomain?
Thanks