mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:25:24 +02:00
No supported enhancements counts as an error
This commit is contained in:
@@ -167,7 +167,9 @@ def test_enhancements(plugin, domains):
|
||||
supported = plugin.supported_enhancements()
|
||||
|
||||
if "redirect" not in supported:
|
||||
return True
|
||||
logger.error("The plugin and this program support no common "
|
||||
"enhancements")
|
||||
return False
|
||||
|
||||
for domain in domains:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user