plan to implement renewal notification

This commit is contained in:
LouisLam 2021-07-27 13:34:21 +08:00
parent 1982e2f8b8
commit acea7ef906

View File

@ -271,6 +271,8 @@ class Monitor extends BeanModel {
if (tls_info != null) {
io.to(userID).emit("certInfo", monitorID, tls_info.info_json);
}
// TODO: Send Notification if expire soon
}
/**