Rpki-client testing fixtures ============================ contact: job@bsd.nl ## General usage pattern $ pax -zrf rpki-fixture.*.tar.gz $ sha256 db/rpki.ccr # CCR from the fixture archive $ mkdir -p output # fresh output directory # Produce validation results offline using pinned point in time $ rpki-client -n -P $(stat -f %m db/rpki.ccr) -d cache/ output/ # Your local test instance should now have byte-for-byte produced same CCR content # The last modified timestamp of output/rpki.ccr is the -P timestamp $ cmp db/rpki.ccr output/rpki.ccr $ rm -rf output # cleanup