<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>Hi Sebastian,</div></div><div><br></div><div>On 30 Jun 2011, at 20:22, Sebastian Spies wrote:</div><div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Dear ripe list,<br><br>I have setup a new RPKI test repository (as of the newest sidr drafts) and like to test it against the RIPE rpki-validator. However, issuing the following command, I get an error message:<br><br>sspies@ux-sspies:~/rpki/validator-test$ ../../ripencc-rpki-validator/bin/certification-validator --top-down -e root.cer -vvvvv -p -o workdir<br>14:09:03,295 ERROR RtaCms not found<br><br>I assume, the validator expects a pre draft-ietf-sidr-ta-05 TA. Can you confirm this? If yes, do you plan to release a version, that allows post draft-ietf-sidr-ta-05 certificates and if yes, when?</div></blockquote></div><div><div><br></div><div><div>Yes, that is correct. You appear to be using an old version of our validator that was still expecting a TA-04 'External Trust Anchor' format.</div><div><br></div><div>We have had newer versions that take the 'TA-05+ Trust Anchor Locator' format available for download for a while here:</div><div><a href="http://ripe.net/certification/validation">http://ripe.net/certification/validation</a></div><div><br></div><div>It ships with a number of 'tal' files for the known RIR trust anchors, but you can also use it against your local repository. Provided that you generate a trust anchor locator file for it (use <a href="http://subvert-rpki.hactrn.net/rcynic/make-tal.sh">http://subvert-rpki.hactrn.net/rcynic/make-tal.sh</a>). Use the '-t' option to make the validator use the trust anchor of your choice. For example, try running this to do a top down validation of the RIPE NCC ROA Repository and export to a csv file:</div><div><br></div><div>guest37:bin alexb$ ./certification-validator -t ../tal/ripe-ncc-root.tal --prefetch <a href="rsync://rpki.ripe.net/repository/">rsync://rpki.ripe.net/repository/</a> --output-dir ~/validator/repo --roa-export ripencc.csv</div><div><br></div><div>See the readme for more details, or let us know in case you need more info.</div><div><br></div><div>Note: we plan to release a new version of the validator over the next few weeks. The new version is functionally similar to the current release, but is less tolerant of repositories not strictly following standards. The sources will also be easier to re-use by java developers looking to play around with rpki object validation, as we plan to expose the source libraries not just as a zip file, but through a repository that can be accessed by 'maven' -- a build tool commonly used in the java world. </div></div></div><br><div>Cheers,</div><div><br></div><div>Alex Band</div><div>Product Manager</div></body></html>