diff options
-rw-r--r-- | scripts/testpoke.sh | 8 | ||||
-rw-r--r-- | scripts/testpoke.yaml | 23 |
2 files changed, 31 insertions, 0 deletions
diff --git a/scripts/testpoke.sh b/scripts/testpoke.sh new file mode 100644 index 00000000..6e6a0b74 --- /dev/null +++ b/scripts/testpoke.sh @@ -0,0 +1,8 @@ +#!/bin/sh - +# $Id$ +# +# Test client using APNIC's rpki_poke.pl script. + +: ${pokedir=../../mirin.apnic.net/rpki_engine/branches/gary-poker/client/poke} + +exec perl -I $pokedir $pokedir/rpki_poke.pl ${1+"$@"} diff --git a/scripts/testpoke.yaml b/scripts/testpoke.yaml new file mode 100644 index 00000000..48767663 --- /dev/null +++ b/scripts/testpoke.yaml @@ -0,0 +1,23 @@ +--- +# $Id$ +sender-id: bandicoot +cms-cert-file: biz-certs/Elena-EE.cer +cms-key-file: biz-certs/Elena-EE.key +ssl-cert-file: biz-certs/Elena-EE.cer +ssl-key-file: biz-certs/Elena-EE.key +requests: + list: + type: list + issue: + type: issue + class: 1 + sia: [ "rsync://bandicoot.invalid/some/where" ] + revoke: + type: revoke + class: 1 + ski: FillThisIn +version: 1 +posturl: https://localhost:4433/up-down/1/1 +recipient-id: wombat +cms-ca-cert-file: biz-certs/Bob-Root.cer +ssl-ca-cert-file: biz-certs/Bob-Root.cer |