(1 votes, average: 5.00 out of 5)

How to Issue a Wildcard Certificate using ACME DNS Challenge & API Token?

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…