From 452ad78b321fdd6c5b867c7163c2f689329f2e70 Mon Sep 17 00:00:00 2001 From: kexkey Date: Wed, 10 Apr 2019 19:17:59 -0400 Subject: [PATCH] Like in traefik docs --- .../generators/app/templates/traefik/traefik.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/generator-cyphernode/generators/app/templates/traefik/traefik.toml b/install/generator-cyphernode/generators/app/templates/traefik/traefik.toml index 11210b2..0b6d48c 100644 --- a/install/generator-cyphernode/generators/app/templates/traefik/traefik.toml +++ b/install/generator-cyphernode/generators/app/templates/traefik/traefik.toml @@ -22,7 +22,7 @@ exposedByDefault = false [acme] email = "letsencrypt@yourdomain.com" -storage = "/acme.json" +storage = "acme.json" entryPoint = "https" onHostRule = true [acme.httpChallenge]