mirror of
https://github.com/certbot/certbot.git
synced 2026-07-26 15:48: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,
|
||||
"-CAfile", chain_path,
|
||||
"-verify_other", chain_path,
|
||||
"-trust_other",
|
||||
"-header"] + self.host_args(host)
|
||||
logger.debug("Querying OCSP for %s", cert_path)
|
||||
logger.debug(" ".join(cmd))
|
||||
|
||||
Reference in New Issue
Block a user