Traefik pointing to letsencrypt staging server

Setting up a new server and finding that traefik is configuring itself to use the letsencrypt staging server.

Any idea why this might be?

{
  "leresolver": {
    "Account": {
      "Email": "ken@uniqueideas.com",
      "Registration": {
        "body": {
          "status": "valid",
          "contact": [
            "mailto:ken@uniqueideas.com"
          ]
        },
        "uri": "https://acme-staging-v02.api.letsencrypt.org/acme/acct/REDACTED"
      },
      "PrivateKey": "MIIJKQIBAAKC -- REDACTED -- F6lbW3Pca6cDFc38MLxcGEuqmhpLk0tCkoEjUuKbNh/mgNFpZctZQWPf4I8OfOjM4ejvjLIkWlYkF0yaCjKQ9I1hVslcq6iijJ>
      "KeyType": "4096"
    },
    "Certificates": null
  }
}

This is a remote docker at DO set for Production.

Was Traefik created with Resource Manager? I see we have an old reference there that is added in Docker compose file.

Will remove it as the default is production and it is all fine.

If you have it you can remove it manually.

Yes.

I manually changed the certificates file that was generated and that (eventually) resolved.

1 Like

Will make sure it doesn’t get used any more

1 Like