Threads for job

  1. 1

    If I understood the manual page correctly, this generates a config file for OpenBGPd, BIRD and others, but what I didn’t find any documentation for is how often to run the binary. I guess the program should run on an interval in order to get fresh certificates in the config file.

    1. 4

      I recommend running rpki-client from cron(8) at least once an hour. See this example crontab entry: https://github.com/openbsd/src/blob/master/etc/crontab#L22

      I’ll work to update the man page to hint at once an hour. Thanks

      1. 1

        Thank you! :)