Browse Source

remove ca descriptor arguments

master
Edoardo Putti 8 years ago
parent
commit
e3a70cb713
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ca_manager.py

+ 1
- 1
ca_manager.py View File

@ -24,7 +24,7 @@ class CAManager(object):
def __init__(self, path):
self.path = path
self.ca = CALookup(self.ssh_ca_dir, self.ssl_ca_dir)
self.ca = CALookup()
self.request = RequestLookup()
self.certificate = CertificateLookup()


Loading…
Cancel
Save