diff options
Diffstat (limited to 'scripts/testpoke.yaml')
-rw-r--r-- | scripts/testpoke.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
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 |