Is acme.json from traefik v2 compatible with v3?

I’m currently planning to upgrade our servers from traefik v2 to v3. Our setup uses a mounted acme.json file which works fine with traefik v2.
Is the acme.json compatible with v3?
I’ll ask it differently: Ignoring yaml configs and such, can I just copy/use the acme.json directly with v3 as it was with v2 or do I need to convert it somehow?

I’d assume yes, as I did not find anything in the migration guide, but there had already been a few v3 versions released. So, I just wanted to be sure.

Many thanks for your time.

Traefik v2 and v3 use the same acme-go library, so I would expect the file to be compatible.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.