You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Swagger/UI for the API, it's available using /swagger-ui link
Rsync pre-fetch option --rsync-prefetch-url. It is an optimisation for fetching rsync repositories (mainly as a fall-back from RRDP). Setting 'rsync://rpki.apnic.net/member_repository' as a prefetch URL will result in this repository downloaded instead of downloading every individual sub-directory of it for each CA. For some repositories with hundreds or thousands or CAs, it reduces the total fetch time multiple times also reducing server load. There are reasonable defaults for these option, so most of the times no action needed.
LMDB cache is now versioned and automatically gets erased if the validator internal data representation is incompatible with the serialised data in the cache. That can happen (and likely will) during major version upgrades.