1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

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: