We're using setup with an nginx on one machine and (currently) one application server on apache in the back.
For multiple domains we got ssl certs, but only for the domain itself. So without subdomain www. Everything works as expected, we do not use the https://www.domain.tld anywhere. But we have customers who are typing this in by hand, resulting in a warning in the browser on the clientside. ..and a new seo guy insisting on working www subdomain WITH ssl.
What am i looking for: A creative solution which does not require new certificates for 20+ domains.
I already thought about getting certificates from let's encrypt for our www subdomain, then 301 to domain.tld.. but it's still in beta.
Any ideas ?