diff --git a/plinth/modules/letsencrypt/dbus.py b/plinth/modules/letsencrypt/dbus.py index 27e36689a..e97636b89 100644 --- a/plinth/modules/letsencrypt/dbus.py +++ b/plinth/modules/letsencrypt/dbus.py @@ -76,3 +76,7 @@ class LetsEncrypt: """ logger.info('LE certificate renewed (deployed): %s, %s.', renewed_domains, renewed_lineage) + + from plinth.modules.letsencrypt import components + components.on_certificate_event('renewed', renewed_domains, + renewed_lineage)