mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:41:53 +02:00
add cert_chain_file config option
This commit is contained in:
@@ -26,3 +26,6 @@ hashcash_expiry = 60*60
|
|||||||
# Extra names that the CA refuses to issue for, apart from those in
|
# Extra names that the CA refuses to issue for, apart from those in
|
||||||
# the blacklist table in the database.
|
# the blacklist table in the database.
|
||||||
extra_name_blacklist = ["eff.org", "www.eff.org"]
|
extra_name_blacklist = ["eff.org", "www.eff.org"]
|
||||||
|
|
||||||
|
# Name of file containing cert chain
|
||||||
|
cert_chain_file = "chain.pem"
|
||||||
|
|||||||
Reference in New Issue
Block a user