aboutsummaryrefslogtreecommitdiff
path: root/cmd/acme/docker.toml
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-01-10 20:16:59 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-01-10 20:16:59 +0100
commitae870e2238178ef86a68818171cb1ef0eeb9d5d1 (patch)
tree371591f2116bf40f922496198291e3f02112ceb2 /cmd/acme/docker.toml
parentcb9a55bd70137add83aa05d4b850d3af25c7a6fc (diff)
HTTP Solver
Diffstat (limited to 'cmd/acme/docker.toml')
-rw-r--r--cmd/acme/docker.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/acme/docker.toml b/cmd/acme/docker.toml
index d9f54ca..bd1c359 100644
--- a/cmd/acme/docker.toml
+++ b/cmd/acme/docker.toml
@@ -1,6 +1,6 @@
[defaults]
gracetime = "168h" # 1 week
-listen = ":8080"
+listen = "localhost:8080"
basedir = ".acme" # usually "/etc/ssl"
provider = "les"
account = "webmaster"