mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
correct error message text now prompts user to run $certbot certificates (#5988)
This commit is contained in:
committed by
Brad Warren
parent
907ee79715
commit
a724dc659b
+1
-1
@@ -324,7 +324,7 @@ def _find_lineage_for_domains_and_certname(config, domains, certname):
|
||||
return "newcert", None
|
||||
else:
|
||||
raise errors.ConfigurationError("No certificate with name {0} found. "
|
||||
"Use -d to specify domains, or run certbot --certificates to see "
|
||||
"Use -d to specify domains, or run certbot certificates to see "
|
||||
"possible certificate names.".format(certname))
|
||||
|
||||
def _get_added_removed(after, before):
|
||||
|
||||
Reference in New Issue
Block a user