traefik / traefik-migration-tool

A migration tool from Traefik v1 to Traefik v2
https://docs.traefik.io/migration/v1-to-v2/
Apache License 2.0
150 stars 35 forks source link

Converting ACME JSON Yeilds null "Certificates" Section #17

Open zicklag opened 4 years ago

zicklag commented 4 years ago

I just used the traefik-migration-tool to convert my acme.json file by running traefik-migration-tool acme in the directory with the json file, but it seems like the acme-new.json isn't actually migrating any of the data and just producing a blank config stub:

{
  "default": {
    "Account": null,
    "Certificates": null
  }
}

I'm assuming this wont be a huge deal because I can just regenerate the certs, but still it seems like a bug.

Trickscenique commented 4 years ago

Same issue for me on Debian 64bit. Have you find a solution ?

Trickscenique commented 4 years ago

I fixed my acme.json file manualy from my acmeV1 file :

It's working!

https://github.com/containous/traefik-migration-tool/issues/2#issuecomment-533012036