Parameter:
CERTMGR_INTERVALShort description: Polling interval of the CertMgr task in seconds – how often it checks for new or to-be-renewed TLS credentials.
Profile
Parameter | CERTMGR_INTERVAL |
Category | Security / TLS |
Component | Server |
Available since | 12.0 |
Supported versions | 12.0, 14.0, 14.5, 14.5.1 |
GUI equivalent | notes.ini only (no GUI) |
Possible values | Seconds (default 30); reduce to 1 for testing |
Description
The Certificate Manager (
certmgr) centrally handles TLS certificates (manual, Microsoft CA, Let's Encrypt/ACME) in certstore.nsf. CERTMGR_INTERVAL defines how often certmgr checks whether new certificate requests have arrived, expiring certificates need to be renewed, or pending renewals can be completed.30 seconds is more than sufficient for production; during initial setup or debugging, the value can be temporarily reduced to 1–5 seconds.
Example configuration
CERTMGR_INTERVAL=30
Notes & pitfalls
- Value in seconds.
- For production servers, the default
30is recommended – lower values increase load without benefit.
- Complements
CERTMGR_REQUEST_RENEWAL_DAYS,CertMgr_MaxRedirHTTPChallenge,CertMgr_NoVerifyHTTPChallenge.
- A manual run can be triggered any time via
tell certmgr run.
- The change takes effect after a restart of
certmgr(restart task certmgr).