diff options
author | Rob Austein <sra@hactrn.net> | 2006-08-22 22:28:22 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-08-22 22:28:22 +0000 |
commit | 0ffa8205352c97369aafd481376cd59d15479889 (patch) | |
tree | 4a9021c27a4e99f5b133082bf75be5fad9f33ce2 /scripts/mirror-apnic.sh | |
parent | 5aa91a6daa34b3542248f5713389d97729c547e8 (diff) |
# on 2006/08/10 00:18:16, sra did:
trust anchor
svn path=/scripts/mirror-apnic.sh; revision=194
Diffstat (limited to 'scripts/mirror-apnic.sh')
-rw-r--r-- | scripts/mirror-apnic.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/mirror-apnic.sh b/scripts/mirror-apnic.sh index 035073be..9b9cba65 100644 --- a/scripts/mirror-apnic.sh +++ b/scripts/mirror-apnic.sh @@ -3,4 +3,12 @@ cd `dirname $0` +# An unknown entity representing itself as gmm says that this is the +# trust anchor for the APNIC test repository. +# +fetch -m -o repository.apnic.net/trust-anchor.cer \ + http://mirin.apnic.net/resourcecerts/trust-anchor.cer + +# Mirror the repository itself +# rsync -aiz --delete rsync://repository.apnic.net/APNIC/ repository.apnic.net/APNIC/ |