WIP: Add support for wildcard certificate generation via ENV vars
Adds env var TRAEFIK_ACME_WILDCARD_DOMAINS.
This method does not currently support multiple sans entries for a single domain.
Needed to wait for fixes included in today's Traefik release before resuming. Wildcards for nested domains were breaking the certificate requests in the adapter for our specific provider (namecheap). Will resume once the base master is updated.
Release notes: https://github.com/containous/traefik/releases/tag/v1.7.8 Specified PR with fix "namecheap :fix panic": https://github.com/containous/traefik/pull/4428
@krumware , PR https://github.com/rawmind0/alpine-traefik/pull/130 already merged.
Thanks @rawmind0! On initial tests, my certs are not being requested upon startup on the new branch. I need to verify functionality on my end before continuing. It may be that the bugfix for the namecheap adapter fixed one thing but exposed another. Anyways, doing due diligence
Good this time around, must have been environmental. Will get back to updating docs.