Last Updated : Apr 17, 2026 |
Prolog information
Use the following parameter to generate a warning message when the installed Client Identity Certificate is about to expire.
Parameter name
Type
Default Value
Description
CERT_WARNING_DAYS
Numeric
Specifies when to provide the user a warning when the installed client identity certificate is about to expire.
The warning will be displayed during the following instances:
  • The number of days to expiry is less than CERT_WARNING_DAYS.
  • The number of days to expiry is 50% of CERT_WARNING_DAYS.
  • The number of days to expiry is 25% of CERT_WARNING_DAYS.
  • Once every day when the number of days to expiry is 7 or less (that is daily for the last week) and also less than CERT_WARNING_DAYS.
For example, if CERT_WARNING_DAYS is 47, the user would see an expiry warning on days 46, 23, 11, 7, 6, 5, 4, 3, 2, 1, 0.