Browse Source

plan to implement renewal notification

pull/116/head
LouisLam 4 years ago
committed by Louis Lam
parent
commit
ceb2f5b4f7
  1. 2
      server/model/monitor.js

2
server/model/monitor.js

@ -478,6 +478,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
}
/**

Loading…
Cancel
Save