mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02: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:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user