mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Merge pull request #2764 from letsencrypt/reinstall-note
Certonly & no action: print a note explaining why no action was taken
This commit is contained in:
commit
ac934cb42f
1 changed files with 2 additions and 0 deletions
|
|
@ -531,6 +531,8 @@ def obtain_cert(config, plugins, lineage=None):
|
|||
installer.restart()
|
||||
notify("new certificate deployed with reload of {0} server; fullchain is {1}".format(
|
||||
config.installer, lineage.fullchain), pause=False)
|
||||
elif action == "reinstall" and config.verb == "certonly":
|
||||
notify("Certificate not yet due for renewal; no action taken.")
|
||||
_suggest_donation_if_appropriate(config, action)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue