diff options
-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/ |