Changed authenticate method to handle the new arguments

This commit is contained in:
James Kasten 2014-11-26 20:49:32 -08:00
parent f5a622cdf1
commit d47b615d5f

View file

@ -45,8 +45,8 @@ class Client(object):
self.server = ca_server
self.csr_file = cert_signing_request
self.key_file = private_key
self.csr_file = cert_signing_request.name
self.key_file = private_key.name
# TODO: Figure out all exceptions from this function
try: