mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Remove "TODO: add phone?"
Let's Encrypt has no plans to add phone support.
This commit is contained in:
parent
aaa732d8f3
commit
e68743cd6b
1 changed files with 0 additions and 1 deletions
|
|
@ -125,7 +125,6 @@ def register(config, account_storage, tos_cb=None):
|
|||
key_size=config.rsa_key_size,
|
||||
backend=default_backend())))
|
||||
acme = acme_from_config_key(config, key)
|
||||
# TODO: add phone?
|
||||
regr = perform_registration(acme, config)
|
||||
|
||||
if regr.terms_of_service is not None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue