From f303f0c6d6cc214e3acc989c75f586fc4191ec6f Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Mon, 8 Jun 2015 18:30:14 -0300 Subject: Removed which_bootstrap_ca_bundle --- service/pixelated/bitmask_libraries/certs.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'service/pixelated/bitmask_libraries/certs.py') diff --git a/service/pixelated/bitmask_libraries/certs.py b/service/pixelated/bitmask_libraries/certs.py index 3d567e53..16319d83 100644 --- a/service/pixelated/bitmask_libraries/certs.py +++ b/service/pixelated/bitmask_libraries/certs.py @@ -38,12 +38,6 @@ def which_bootstrap_cert_fingerprint(): return LEAP_FINGERPRINT -def which_bootstrap_CA_bundle(provider): - if LEAP_CERT is not None: - return LEAP_CERT - return str(LeapCertificate(provider).auto_detect_bootstrap_ca_bundle()) - - def refresh_ca_bundle(provider): LeapCertificate(provider).refresh_ca_bundle() -- cgit v1.2.3