diff --git a/certbot/ocsp.py b/certbot/ocsp.py index f96d44337..b87ac056d 100644 --- a/certbot/ocsp.py +++ b/certbot/ocsp.py @@ -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))