Wildcard certificates make SSL a breeze to manage. You can add one cert for all the subdomains under example.com, rather than having to add one certificate per subdomain. The thing is, wildcard certificates must be validated with the DNS-01 challenge, and there is no HTTP-01 workaround. This requires you to create…