mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Openssl black magic
* With _some_ versions of openssl, when checking OCSP for staging certs only, we need this -trust_other flag
This commit is contained in:
@@ -56,6 +56,7 @@ class RevocationChecker(object):
|
|||||||
"-url", url,
|
"-url", url,
|
||||||
"-CAfile", chain_path,
|
"-CAfile", chain_path,
|
||||||
"-verify_other", chain_path,
|
"-verify_other", chain_path,
|
||||||
|
"-trust_other",
|
||||||
"-header"] + self.host_args(host)
|
"-header"] + self.host_args(host)
|
||||||
logger.debug("Querying OCSP for %s", cert_path)
|
logger.debug("Querying OCSP for %s", cert_path)
|
||||||
logger.debug(" ".join(cmd))
|
logger.debug(" ".join(cmd))
|
||||||
|
|||||||
Reference in New Issue
Block a user