diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-10-15 16:03:25 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-10-22 16:20:21 +0200 |
commit | 0aeb7d1de8e50dd0fa92e763ce4c8dd3c172dac8 (patch) | |
tree | d9a0087c57415c4dcb95bf472c124bcf4526d1e6 /catlfish.config | |
parent | f3f35b9a4140830e97b5382bc22fc2e78be7124b (diff) |
Implement cert chain validation.
NOTE: Presence of and constraints on names are not being validated.
Diffstat (limited to 'catlfish.config')
-rw-r--r-- | catlfish.config | 2 |
1 files changed, 2 insertions, 0 deletions
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"}, |