diff options
author | Rob Austein <sra@hactrn.net> | 2006-08-22 22:27:55 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-08-22 22:27:55 +0000 |
commit | 0198991966e58f23652877f5f4b62f4f50fa647d (patch) | |
tree | 42800e1ca2689433cf80124e25f290b63e29ec2f | |
parent | e2d8549b793fbab343efdfc6ade1845973cb8d62 (diff) |
# on 2006/08/09 20:26:10, sra did:
Parallel APNIC script.
svn path=/scripts/mirror-ripe.sh; revision=190
-rw-r--r-- | scripts/mirror-ripe.sh | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/scripts/mirror-ripe.sh b/scripts/mirror-ripe.sh index 50223527..7cdb57d3 100644 --- a/scripts/mirror-ripe.sh +++ b/scripts/mirror-ripe.sh @@ -9,33 +9,33 @@ cd `dirname $0` # Trust Anchors (consider this an out-of-band delivery method): # RIPE TA: -fetch -m -o riperoot/repos/root.cer \ +fetch -m -o ca-trial.ripe.net/riperoot/repos/root.cer \ http://ca-trial.ripe.net/~riperoot/repos/root.cer # ARIN TA: -fetch -m -o arinroot/repos/root.cer \ +fetch -m -o ca-trial.ripe.net/arinroot/repos/root.cer \ http://ca-trial.ripe.net/~arinroot/repos/root.cer # The repositories are here: -rsync -aiz --delete rsync://ca-trial.ripe.net/RIPE/ RIPE/ -rsync -aiz --delete rsync://ca-trial.ripe.net/ARIN/ ARIN/ +rsync -aiz --delete rsync://ca-trial.ripe.net/RIPE/ ca-trial.ripe.net/RIPE/ +rsync -aiz --delete rsync://ca-trial.ripe.net/ARIN/ ca-trial.ripe.net/ARIN/ # Some test certificates: # RIPE->RIPE->ISP: -fetch -m -o ripeprod/repos/ripe-08.cer \ +fetch -m -o ca-trial.ripe.net/ripeprod/repos/ripe-08.cer \ http://ca-trial.ripe.net/~ripeprod/repos/ripe-08.cer # ARIN->ARIN->ISP: -fetch -m -o arinprod/repos/arin-01.cer \ +fetch -m -o ca-trial.ripe.net/arinprod/repos/arin-01.cer \ http://ca-trial.ripe.net/~arinprod/repos/arin-01.cer # RIPE->ARIN->ISP: -fetch -m -o arinprod/repos/ripe-01.cer \ +fetch -m -o ca-trial.ripe.net/arinprod/repos/ripe-01.cer \ http://ca-trial.ripe.net/~arinprod/repos/ripe-01.cer # ARIN->RIPE->ISP: -fetch -m -o ripeprod/repos/arin-01.cer \ +fetch -m -o ca-trial.ripe.net/ripeprod/repos/arin-01.cer \ http://ca-trial.ripe.net/~ripeprod/repos/arin-01.cer # I think they work with full up-down chaining, provided that I copied |