summaryrefslogtreecommitdiff
path: root/service/pixelated/bitmask_libraries/keymanager.py
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2016-08-30 16:58:33 -0300
committerTulio Casagrande <tcasagra@thoughtworks.com>2016-08-30 17:04:45 -0300
commitb1fe205ebb5248104b365f372a72659b2471812e (patch)
treea89e9f6ca60d401038abe9f7b37c1d10d6e7c659 /service/pixelated/bitmask_libraries/keymanager.py
parent86db68912fc1fb0d1253a6a4b18a6f481756bc4d (diff)
[#765] Move combined certificates to the leap folder
Since we are creating the combined certificates at the beginning of the UA and using it for multiple users, it makes more sense to create it in the leap folder instead of on a temporary file This bundle will be updated on every UA start
Diffstat (limited to 'service/pixelated/bitmask_libraries/keymanager.py')
-rw-r--r--service/pixelated/bitmask_libraries/keymanager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/bitmask_libraries/keymanager.py b/service/pixelated/bitmask_libraries/keymanager.py
index 46125a6c..f73daee4 100644
--- a/service/pixelated/bitmask_libraries/keymanager.py
+++ b/service/pixelated/bitmask_libraries/keymanager.py
@@ -31,7 +31,7 @@ class Keymanager(object):
token=token, ca_cert_path=provider.provider_api_cert, api_uri=provider.api_uri,
api_version=provider.api_version,
uid=uuid, gpgbinary=leap_config.gpg_binary,
- combined_ca_bundle=provider.combined_ca_bundle)
+ combined_ca_bundle=provider.combined_cerfificates_path)
@defer.inlineCallbacks
def generate_openpgp_key(self):