You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -78,13 +77,18 @@ Long runing server, with periodic information on certificates will allow admins
78
77
** Validity semantics:
79
78
*** not yet - ceritifacete is still too young
80
79
*** EXPIRED - current date is after expiration
81
-
*** about to expire - certificate is still valid. If certificate lifespan is week or smaller, this rougly corresponds to day to EOL, otherwise 7 days to EOL
82
-
*** valid - more than above boundries
80
+
*** about to expire - certificate is still valid. currentData+expiration-watermark.after(cert.getNotAfter))
81
+
*** valid - anything else not covered above
83
82
* add config options to handle:
84
-
** frequency of warning
83
+
** frequency of warning(expiration-check-delay)
85
84
*** 0 - turn off - one time check on startup as in previous version
86
-
*** n+ - millisecconds between periodic checks
87
-
85
+
*** n+ - minutes between periodic checks
86
+
*** Default value: 12h
87
+
*** Unit: minutes
88
+
** expiration threshold(expiration-watermark)
89
+
*** attribute (expressed in minutes) which will mark control how much time till expiration is considered degradation of health(warning)
0 commit comments