mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:34:41 +02:00
I missed these
This commit is contained in:
+2
-2
@@ -159,7 +159,7 @@ def _determine_account(config):
|
|||||||
acc = accounts[0]
|
acc = accounts[0]
|
||||||
else: # no account registered yet
|
else: # no account registered yet
|
||||||
if config.email is None and not config.register_unsafely_without_email:
|
if config.email is None and not config.register_unsafely_without_email:
|
||||||
config.email = display_ops.get_email()
|
config.namespace.email = display_ops.get_email()
|
||||||
|
|
||||||
def _tos_cb(regr):
|
def _tos_cb(regr):
|
||||||
if config.tos:
|
if config.tos:
|
||||||
@@ -181,7 +181,7 @@ def _determine_account(config):
|
|||||||
raise errors.Error(
|
raise errors.Error(
|
||||||
"Unable to register an account with ACME server")
|
"Unable to register an account with ACME server")
|
||||||
|
|
||||||
config.account = acc.id
|
config.namespace.account = acc.id
|
||||||
return acc, acme
|
return acc, acme
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user