From c09b95d427dba2252d93ed32e388b385f0055ae7 Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Fri, 17 Jul 2026 11:12:07 +0200 Subject: [PATCH] moved from certs.json to acme.json --- .gitignore | 2 +- env.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1b3c197..0a0b1d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ /.env* -/certs.json +/acme.json diff --git a/env.example b/env.example index d85e248..2855afc 100644 --- a/env.example +++ b/env.example @@ -26,4 +26,4 @@ TRAEFIK_LOGLEVEL=INFO # Volumes TRAEFIK_DYNAMIC=./config -TRAEFIK_CERTFILE=./certs.json +TRAEFIK_CERTFILE=./acme.json