When creating a web site on a subdomain (e.g., subd.primarydomain.zzz) it is not possible to issue an SSL certificate. The request to made by acme.sh will be for two variants of the domain. Namely, "subd.primarydomain.zzz" and "www.subd.primarydomain.zzz" which obviously does not exist.
I can manually run the acme.sh command, without the "www" version of the sub-domain, and that will work. But when it comes time for the SSL to renew, I suspect it's going to again try to renew it with the "www." version of the sub-domain.
How do I stop that from happening?
Comments
> The Easiest Way To Secure Multi-level Sub domains. One of the most complicated issues facing larger companies.
Hi Goodwi1n. Sorry, but I have no idea what your reply is attempting to convey.
Should be able to issue SSL for www. then.
More exactly (as per my example in the question)... I'd set up a DNS record pointing www.subd.primarydomain.zzz to subd.primarydomain.zzz
Correct?
I see it's still required to do a workaround for the forced addition of WWW.
I suggest having an option to opt-out of the WWW addition.