aboutsummaryrefslogtreecommitdiff
path: root/cmd/acme/docker.toml
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-01-29 14:56:57 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-01-29 14:56:57 +0100
commit919875a65fc7f343e5ed6309fd45bd1c35e63f87 (patch)
tree335c5293dd266e06bce32f303bd4b3e7101c4199 /cmd/acme/docker.toml
parente22911ad129ef874baf4bf8ae2ecb07d81883d6d (diff)
Make listen explicit
Diffstat (limited to 'cmd/acme/docker.toml')
-rw-r--r--cmd/acme/docker.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/acme/docker.toml b/cmd/acme/docker.toml
index e0aef36..eb31816 100644
--- a/cmd/acme/docker.toml
+++ b/cmd/acme/docker.toml
@@ -1,6 +1,7 @@
[defaults]
gracetime = "168h" # 1 week
listen = "localhost:8080"
+listentls = "localhost:8443"
basedir = ".acme" # usually "/etc/ssl"
provider = "les"
account = "webmaster"