traefik-certificate-extractor icon indicating copy to clipboard operation
traefik-certificate-extractor copied to clipboard

Support for Traefik 2.x

Open matt4682 opened this issue 5 years ago • 0 comments

Traefik 2.0.0 was released earlier this week, and changed the acme.json file enough to break this tool.

Old acme.json New acme.json

From a first glance these are the changes that break this tool:

  • Everything is wrapped in another object that's keyed based on the resolver
  • SANs is no longer a field in the certificate domain
  • The keys for fields inside each certificate object are now lowercase (except the new Store field)

matt4682 avatar Sep 19 '19 14:09 matt4682