diff options
author | Ade Lee <alee@redhat.com> | 2014-02-21 00:54:26 -0500 |
---|---|---|
committer | Ade Lee <alee@redhat.com> | 2014-02-26 01:17:44 -0500 |
commit | e68dd1da3715d0b9d39bc6393a84732f15b7b7cd (patch) | |
tree | 8f9b4cef87563b717b87b640fedc8991cef62c8d /base/common/python/pki/cryptoutil.py | |
parent | 0900a0a7e12064171d60345f448b983e91b56239 (diff) | |
download | pki-e68dd1da3715d0b9d39bc6393a84732f15b7b7cd.tar.gz pki-e68dd1da3715d0b9d39bc6393a84732f15b7b7cd.tar.xz pki-e68dd1da3715d0b9d39bc6393a84732f15b7b7cd.zip |
reame client_id to client_key_id
Diffstat (limited to 'base/common/python/pki/cryptoutil.py')
-rw-r--r-- | base/common/python/pki/cryptoutil.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/common/python/pki/cryptoutil.py b/base/common/python/pki/cryptoutil.py index c48c6ca0f..b450e820c 100644 --- a/base/common/python/pki/cryptoutil.py +++ b/base/common/python/pki/cryptoutil.py @@ -113,6 +113,7 @@ class NSSCryptoUtil(CryptoUtil): self.nonce_iv = "e4:bb:3b:d3:c3:71:2e:58" def initialize_db(self): + ''' initialize the nss db. Must be done before any crypto operations ''' nss.nss_init(self.certdb_dir) def import_cert(self, cert_nick, cert, trust): |