1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

add cert_chain_file config option

This commit is contained in:
Seth Schoen
2012-07-20 16:43:18 -07:00
parent 06357addf0
commit 8db37e5501

View File

@@ -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"