mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 08:03:10 +02:00
Return acme_auth for better api
This commit is contained in:
@@ -113,6 +113,7 @@ class AuthHandler(object):
|
|||||||
self.authkey[domain].pem),
|
self.authkey[domain].pem),
|
||||||
"authorization")
|
"authorization")
|
||||||
logging.info("Received Authorization for %s", domain)
|
logging.info("Received Authorization for %s", domain)
|
||||||
|
return auth
|
||||||
except errors.LetsEncryptClientError as err:
|
except errors.LetsEncryptClientError as err:
|
||||||
logging.fatal(str(err))
|
logging.fatal(str(err))
|
||||||
logging.fatal(
|
logging.fatal(
|
||||||
|
|||||||
Reference in New Issue
Block a user