mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Changed authenticate method to handle the new arguments
This commit is contained in:
parent
f5a622cdf1
commit
d47b615d5f
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue