From 8db37e5501a2e390fe8a6e0385c321b93615e2f0 Mon Sep 17 00:00:00 2001 From: Seth Schoen Date: Fri, 20 Jul 2012 16:43:18 -0700 Subject: [PATCH] add cert_chain_file config option --- server-ca/CONFIG.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server-ca/CONFIG.py b/server-ca/CONFIG.py index c28e97626..75017aa93 100644 --- a/server-ca/CONFIG.py +++ b/server-ca/CONFIG.py @@ -26,3 +26,6 @@ hashcash_expiry = 60*60 # Extra names that the CA refuses to issue for, apart from those in # the blacklist table in the database. extra_name_blacklist = ["eff.org", "www.eff.org"] + +# Name of file containing cert chain +cert_chain_file = "chain.pem"