It's impossible to add managed keysets unless ta_update is loaded,
in which case ta_update.start() is called by trust_anchors.add_file().
On ta_update unload, previously managed keys are flagged as unmanaged.
end
end
--- immediatelly schedule key refresh for all managed TAs
-function ta_update.init()
- for zname, keyset in pairs(trust_anchors.keysets) do
- if keyset.managed then
- ta_update.start(zname)
- end
- end
-end
-
-- stop all timers
function ta_update.deinit()
for zname, _ in pairs(tracked_tas) do