diff options
author | Magnus Ahltorp <map@kth.se> | 2015-06-10 16:36:54 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2015-06-10 17:09:45 +0200 |
commit | 1d4ee3918c353649f2a166f0bdd6a1846caccfee (patch) | |
tree | d365e7950827ba44d7d5554ce0f228f78a9262d3 /tools/compileconfig.py | |
parent | d1fca4e2072984045cbe736dade59eeb5b8a0b2e (diff) |
Don't answer public requests if STH is too old or nonexistentsthfresh
Diffstat (limited to 'tools/compileconfig.py')
-rwxr-xr-x | tools/compileconfig.py | 2 |
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")), |