On Aug 8, 2023, at 4:26 PM, Peter Lee <peterli2005@gmail.com> wrote:
Hi,
A couple of questions regarding the crl cache auto refresh settings with fr release 3.2.2
check_crl = yes ca_path = ${cadir} ca_path_reload_interval = 86400
1. Does the reloading interval timer reset each time freeradius restart?
Yes. The server doesn't store it's state anywhere other than memory.
2. Is there a way to set an initial crl start time so that reloading at each interval can happen at expected time regardless when freeradius starts/restart? To make sure the crl update and fr reloading are in-sync.
Not really.
3. Can ca_path_reload_interval interval be dynamically updated without restarting freeradius?
No. As always, patches are welcome. Alan DeKok.