Certbot questions

Hello,

Anyone familiar with using python3-certbot-apache? I’m trying to figure out what the proper syntax is and am confused. I have a static website at www.tld.com and a sub-domain of nc.tld.com. I would like for the SSL cert to work on both of those URLs.
Would I do sudo certbot --apache -d www.tld.com -d nc.tld.com to accomplish that?

Thanks!