mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:03 +02:00
Improve the error message when certbot renew is used with the -d option (#10225)
Co-authored-by: Brad Warren <bmw@eff.org>
This commit is contained in:
co-authored by
Brad Warren
parent
4c61a450d4
commit
ff281d48a8
@@ -641,9 +641,10 @@ def handle_renewal_request(config: configuration.NamespaceConfig) -> None:
|
||||
raise errors.Error("Currently, the renew verb is capable of either "
|
||||
"renewing all installed certificates that are due "
|
||||
"to be renewed or renewing a single certificate specified "
|
||||
"by its name. If you would like to renew specific "
|
||||
"certificates by their identifiers, use the certonly command "
|
||||
"instead. The renew verb may provide other options "
|
||||
"by its name using the --cert-name option (-d, --domain, and "
|
||||
"--ip-address are not valid options for the renew subcommand). If you "
|
||||
"would like to renew specific certificates by their identifiers, use "
|
||||
"the certonly command instead. The renew verb may provide other options "
|
||||
"for selecting certificates to renew in the future.")
|
||||
|
||||
if config.certname:
|
||||
|
||||
Reference in New Issue
Block a user