From e0ffa9b809daf911c03291dcd016682f5ef09e54 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Sun, 16 Nov 2014 23:22:15 -0600 Subject: Add ssl certificates to the updater --- src/launcher.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/launcher.py b/src/launcher.py index bbd4f42..cef72af 100644 --- a/src/launcher.py +++ b/src/launcher.py @@ -43,6 +43,8 @@ class TUF(threading.Thread): self.dest_path = os.path.join(self.bundle_path, 'tmp') self.update_path = os.path.join(self.bundle_path, 'updates') + tuf.conf.ssl_certificates = "./lib/leap/common/cacert.pem" + threading.Thread.__init__(self) def run(self): -- cgit v1.2.3