I have a domain with several subdomains I would like to create ssl certificates for. If we create multiple certificates like so
sudo certbot certonly -a webroot --dry-run -m info@email.com --agree-tos --webroot-path=/www/letsencrypt -d domain.com -d www.domain.com -d sub1.domain.com -d sub2.domain.com -d sub3.domain.com
When you visit each of the subdomain’s sites, the Issue to: will just be domain.com. How can I have it show its full domain as in sub1.domain.com sub2.domain.com sub3.domain.com