summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2015-06-10 16:36:54 +0200
committerMagnus Ahltorp <map@kth.se>2015-06-10 17:09:45 +0200
commit1d4ee3918c353649f2a166f0bdd6a1846caccfee (patch)
treed365e7950827ba44d7d5554ce0f228f78a9262d3 /tools
parentd1fca4e2072984045cbe736dade59eeb5b8a0b2e (diff)
Don't answer public requests if STH is too old or nonexistentsthfresh
Diffstat (limited to 'tools')
-rwxr-xr-xtools/compileconfig.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/compileconfig.py b/tools/compileconfig.py
index 574b158..d90d96d 100755
--- a/tools/compileconfig.py
+++ b/tools/compileconfig.py
@@ -180,6 +180,8 @@ def gen_config(nodename, config, localconfig):
(Symbol("https_cacertfile"), paths["https_cacertfile"]),
]
+ catlfishconfig.append((Symbol("mmd"), config["mmd"]))
+
lagerconfig = [
(Symbol("handlers"), [
(Symbol("lager_console_backend"), Symbol("info")),