mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Add comment about removing the exception in the future
This commit is contained in:
parent
323bb34144
commit
b9c97954ee
1 changed files with 2 additions and 0 deletions
|
|
@ -301,6 +301,8 @@ def _renew_describe_results(config, renew_successes, renew_failures,
|
|||
def renew_all_lineages(config):
|
||||
"""Examine each lineage; renew if due and report results"""
|
||||
|
||||
# If more plugins start using cli.add_domains,
|
||||
# we may want to only log a warning here
|
||||
if (config.domains != [] and
|
||||
set(config.domains) != six.viewkeys(config.webroot_map)):
|
||||
raise errors.Error("Currently, the renew verb is only capable of "
|
||||
|
|
|
|||
Loading…
Reference in a new issue