From 0aeb7d1de8e50dd0fa92e763ce4c8dd3c172dac8 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 15 Oct 2014 16:03:25 +0200 Subject: Implement cert chain validation. NOTE: Presence of and constraints on names are not being validated. --- catlfish.config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'catlfish.config') diff --git a/catlfish.config b/catlfish.config index 9b80c6e..c8fcb73 100644 --- a/catlfish.config +++ b/catlfish.config @@ -10,6 +10,8 @@ {inets, [{services, [{httpd, [{proplist_file, "httpd_props.conf"}]}]}]}, + {catlfish, + [{known_roots_path, "known_roots"}]}, {plop, [{entry_root_path, "db/certentries/"}, {index_path, "db/index"}, -- cgit v1.1