Hi, I created a certificate in the standard way, for apache:
sudo certbot --apache
Later, I expanded the cert to include another domain, and a subdomain:
sudo certbot certonly --cert-name dev.co-brand2.com -d dev.co-brand2.com,co-brand2.com,cobrand2.com,new.cobrand2.com --preferred-challenges http
Then, I realized I would rather have wildcard subdomains for this server, and just host all subdomains of cobrand2.com, and co-brand2.com.
I looked at some tutorials on wildcard subdomains, and it looks like there may be a specific way they need to be set up in the beginning. So my question is, is there a way to expand, or re-configure, my existing certificate so that it accepts wildcards?
Or, do I need to remove these certificates and start all over?
My domain is: cobrand2.com
My web server is (include version): Apache2
The operating system my web server runs on is (include version): Ubuntu 16.04
My hosting provider, if applicable, is: AWS Lightsail
I can login to a root shell on my machine (yes or no, or I don’t know): Yes
I’m using a control panel to manage my site (no, or provide the name and version of the control panel): No