diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/launcher.py | 2 |
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): |
