#!/bin/sh -
# $Id$
scripts="subvert-rpki.hactrn.net/scripts"
repositories="ca-trial.ripe.net/RIPE ca-trial.ripe.net/ARIN repository.apnic.net"
cd `dirname $0`
. $scripts/mirror-apnic.sh
. $scripts/mirror-ripe.sh
perl $scripts/gen-verify-test.pl $repositories |
tee verify.sh |
sh 2>&1 |
tee verify.log
perl $scripts/make-hashes.pl $repositories |
tee make-hashes.sh |
sh 2>&1 |
tee make-hashes.log
sh $scripts/check-hashes.sh 2>&1 |
tee check-hashes.log
href='/'>
blob: ecc92ac504888db60c5b29fd2b2419fd583648b9 (
plain) (
tree)
|
|
$Id$
"Cynical rsync" -- fetch and validate RPKI certificates.
This is the primary RPKI relying party validation tool.
See:
- The primary documentation at http://trac.rpki.net/
- The PDF manual in ../doc/manual.pdf, or
- The flat text page ../doc/doc.RPKI.RP.rcynic
|