The scheduler checks after configured intervals the validity of the certificates contained within the configured public Keystore. The scheduler Configuration can be accessed via OSGi -> Configuration -> Scheduler MainConfiguration. Parameter | Found at | Description | Default value / Examples |
---|
CertDayValidity | OSGi → Configuration → Scheduler MainConfiguration | Checks whether the cer-tificate will be valid after configured days | Default: 0 Example: 5 Scheduler will check whether the certificate(s) will be valid after 5 days. | CertHourCheck | OSGi → Configuration → Scheduler MainConfiguration | Scheduler will check the validity of the certificate after configured hours. | Default: 0 Example: 24 the scheduler will check the certificates after every 24 hours. | CheckWebService | OSGi → Configuration → Scheduler MainConfiguration | Indicates whether the public keystore configured. | Default: False Example: true indicating webservices’ configured public keystore should be checked | Debug | OSGi → Configuration → Scheduler MainConfiguration | Level of Debug info | Default: 0 0 - No Debug, only Error messages and “alive” message 1 - Error Logs will be logged 2 - Warning logs will be logged 3 - Info logs will be logged 4 - Debug logs will be logged |
As of now, the Scheduler ONLY checks the public Keystore belonging to the WebService bundle. |