Early Renewal Traefik

Exactly like @BamButz said. I also use Traefik with docker-compose.yml.
What I did in steps:

  1. Log on to your server and cd in the letsencrypt directory with the acme.json
  2. Rename file (just for backup): mv acme.json revoked_acme.json
  3. Create new empty file: touch acme.json
  4. Shut down all containers: docker-compose down
  5. Start all containers (detached): docker-compose up -d
  6. Now open your acme.json and you will see a new certificate with a new key.
5 Likes