mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 08:03:19 +02:00
s/Let's Encrypt/Certbot
This commit is contained in:
+3
-3
@@ -81,15 +81,15 @@ class Account(object): # pylint: disable=too-few-public-methods
|
||||
|
||||
|
||||
def report_new_account(acc, config):
|
||||
"""Informs the user about their new Let's Encrypt account."""
|
||||
"""Informs the user about their new ACME account."""
|
||||
reporter = zope.component.queryUtility(interfaces.IReporter)
|
||||
if reporter is None:
|
||||
return
|
||||
reporter.add_message(
|
||||
"Your account credentials have been saved in your Let's Encrypt "
|
||||
"Your account credentials have been saved in your Certbot "
|
||||
"configuration directory at {0}. You should make a secure backup "
|
||||
"of this folder now. This configuration directory will also "
|
||||
"contain certificates and private keys obtained by Let's Encrypt "
|
||||
"contain certificates and private keys obtained by Certbot "
|
||||
"so making regular backups of this folder is ideal.".format(
|
||||
config.config_dir),
|
||||
reporter.MEDIUM_PRIORITY)
|
||||
|
||||
Reference in New Issue
Block a user