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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user