s/Let's Encrypt/Certbot

This commit is contained in:
Brad Warren
2016-04-13 16:13:50 -07:00
parent 3961b70deb
commit 1b565ef74a
23 changed files with 47 additions and 48 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ def pick_installer(config, default, plugins,
def pick_authenticator(
config, default, plugins, question="How would you "
"like to authenticate with the Let's Encrypt CA?"):
"like to authenticate with the ACME CA?"):
"""Pick authentication plugin."""
return pick_plugin(
config, default, plugins, question, (interfaces.IAuthenticator,))