mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04: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:
parent
4c61a450d4
commit
ff281d48a8
1 changed files with 4 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue