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

Traefik 2 acme file format compatibility

Open Nadareyn opened this issue 4 years ago • 3 comments

Hi,

Adding support of file format provided by traefik v2 (challenges parts of acme.json)

Full modifications:

  • Traefik version option (-tv or --traefikVersion / default 1)
  • Challenge name option (-c or --challenge) / needed for traefik v2 if multiple challenges are found)
  • Arguments helper (-h option)
  • Handle error from both initialization and folder event
  • Backward compatibility

Nadareyn avatar Dec 27 '19 18:12 Nadareyn

At this point I reckon that at this point v2 is a sensible default for traefikVersion.

callumgare avatar Mar 30 '20 06:03 callumgare

@DanielHuisman can you please consider this PR? Traefik V2 support would be awesome.

ettiennegous avatar Apr 20 '20 10:04 ettiennegous

For what it's worth, a maintainer of Traefik has been maintaining a similar project(I haven't looked at sources of either yet). Their DockerHub version also boasts over 1M pulls, and has been keeping support up to date with Traefik releases.

You may want to migrate to that, and this repo could go into archive-only mode with a README update redirecting users to ldez's github repo instead?

polarathene avatar Apr 22 '20 06:04 polarathene