Forum Moderators: phranque
Let's Encrypt plans to begin offering free wildcard certificates in January 2018, a move likely to make web security easier and a bit less costly for many organizations.
Announced in 2014 as an effort to enhance and accelerate online security, the public benefit certificate authority (CA) has been issuing free X.509 (TLS/SSL) certificates through an automated process that allows websites, given the technical requirements, to be accessed over encrypted HTTPS rather than the unprotected HTTP.
Wildcard DV certs cover a domain and any number of subdomains (*.example.com)
i never understood why subdomains should have such issues, because they are naturally all served from one ip as well.
Renewing every 90 days is not really a problem with LetsEnrcypt as it is usually automated.
one of the primary geotargeting advantages of using subdomains for international sites is precisely so that each hostname can be hosted locally which would obviously require unique ip addresses.
i find it inappropriate, that services (like letsencrypt for now) see subdomains as completely different websites, as if they don't belong to the same domain.
Actually, it's NOT unusual for subdomains to be completely different sites.
AFAIK, that configuration would be handled on your server, whereas subdomains going to different IPs could be handled at the DNS level (as well as on your server).
Actually, it's NOT unusual for subdomains to be completely different sites.
yes, but it's wrong to start from the premise that they actually are.
host = <A legal Internet host domain name or IP address (in dotted-decimal form), as defined by Section 2.1 of RFC 1123>
yes, you obviously can't point an ip to a directory directly through dns. but theoretically you could connect several ips to a single domain and then point each of them to different directories.
The DocumentRoot directive is set in your main server configuration file (httpd.conf) and, possibly, once per additional Virtual Host you create.
in other words: the assumption that example.com/de and de.example.com imply something other than just being different notations, is not only topically but even technically unsustainable.