Browse Source

change base class Authority to accept a directory

failed_true
Edoardo Putti 8 years ago
parent
commit
8e72205095
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      certificate_requests.py

+ 1
- 1
certificate_requests.py View File

@ -81,7 +81,7 @@ class HostSSHRequest(SignRequest, object):
class Authority(object):
ca_type = None
def __init__(self, ca_id, name, path):
def __init__(self, ca_id, name, ca_dir):
self.ca_id = ca_id
self.name = name
self.path = path


Loading…
Cancel
Save