From cb339fafef43bfc6e92ae753dbf685eb9fa3b4a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20M=C3=BCller?= Date: Tue, 23 Apr 2019 20:30:52 +0200 Subject: [PATCH] unify path of acme.json (#16) --- integrationtest/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrationtest/readme.md b/integrationtest/readme.md index a1ba456..f54e6da 100644 --- a/integrationtest/readme.md +++ b/integrationtest/readme.md @@ -31,7 +31,7 @@ traefik-certs-dumper kv zookeeper --endpoints localhost:2181 ## Run certs dumper with watching -While watching is enabled, run `loader.go` again for KV backends or manipulate `/tmp/acme.json` for file backend that change events are triggered. +While watching is enabled, run `loader.go` again for KV backends or manipulate `./acme.json` for file backend that change events are triggered. ```bash traefik-certs-dumper kv consul --watch --endpoints localhost:8500