mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
add cert_chain_file config option
This commit is contained in:
parent
06357addf0
commit
8db37e5501
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue