alpine-traefik icon indicating copy to clipboard operation
alpine-traefik copied to clipboard

WIP: Add support for wildcard certificate generation via ENV vars

Open krumware opened this issue 6 years ago • 4 comments

Adds env var TRAEFIK_ACME_WILDCARD_DOMAINS.

This method does not currently support multiple sans entries for a single domain.

krumware avatar Jan 21 '19 18:01 krumware

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 avatar Jan 30 '19 14:01 krumware

@krumware , PR https://github.com/rawmind0/alpine-traefik/pull/130 already merged.

rawmind0 avatar Jan 31 '19 11:01 rawmind0

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

krumware avatar Jan 31 '19 11:01 krumware

Good this time around, must have been environmental. Will get back to updating docs.

krumware avatar Jan 31 '19 17:01 krumware