mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
print message when restarting server after renewal
This commit is contained in:
parent
85f284d40c
commit
74fd4fe794
1 changed files with 1 additions and 0 deletions
|
|
@ -1236,6 +1236,7 @@ def renew_cert(config, plugins, lineage):
|
|||
if installer and not config.dry_run:
|
||||
# In case of a renewal, reload server to pick up new certificate.
|
||||
updater.run_renewal_deployer(config, renewed_lineage, installer)
|
||||
display_util.notify(f"Restarting {config.installer} server after certificate renewal")
|
||||
installer.restart()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue