mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02: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.server = ca_server
|
||||||
|
|
||||||
self.csr_file = cert_signing_request
|
self.csr_file = cert_signing_request.name
|
||||||
self.key_file = private_key
|
self.key_file = private_key.name
|
||||||
|
|
||||||
# TODO: Figure out all exceptions from this function
|
# TODO: Figure out all exceptions from this function
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user