Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Greenberg <willg@eff.org>2022-04-05 00:50:26 +0300
committerWill Greenberg <willg@eff.org>2022-04-05 00:50:26 +0300
commitecd4cead51a247eb3094b049728609a3728880ee (patch)
tree1f4c217d6d9332f23a434384bd4cb7f0c85f7be9
parent63d6a81b2860c3ad8cfb6a2e553c72a46dc421b1 (diff)
parentba0d9c5c9c3fb579d7704874f95423195a0adab3 (diff)
Merge branch 'certonly-restart' of github.com:certbot/certbot into certonly-restartcertonly-restart
-rw-r--r--certbot/certbot/_internal/plugins/selection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot/certbot/_internal/plugins/selection.py b/certbot/certbot/_internal/plugins/selection.py
index 7d4f28840..cde6bd221 100644
--- a/certbot/certbot/_internal/plugins/selection.py
+++ b/certbot/certbot/_internal/plugins/selection.py
@@ -258,7 +258,7 @@ def choose_configurator_plugins(config: configuration.NamespaceConfig,
# As a special case for certonly, if a user selected apache or nginx, set
# the relevant installer (unless the user specifically specified no
- # installer)
+ # installer or only specified an authenticator on the command line)
if verb == "certonly" and authenticator is not None:
# user specified --nginx or --apache on CLI
selected_configurator = config.nginx or config.apache