summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2014-11-16 23:22:15 -0600
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-11-19 16:39:06 -0300
commite0ffa9b809daf911c03291dcd016682f5ef09e54 (patch)
tree658237ac8eb76aa709683c1a2d72f361af9ebaab /src
parentdce318792f5abda706c5437f363dc8212c7c50f3 (diff)
Add ssl certificates to the updater
Diffstat (limited to 'src')
-rw-r--r--src/launcher.py2
1 files changed, 2 insertions, 0 deletions
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):