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