diff options
author | Rob Austein <sra@hactrn.net> | 2007-11-06 16:53:33 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-11-06 16:53:33 +0000 |
commit | b435ecf3fa0f0fdd7e3a020584f60174f88819d3 (patch) | |
tree | c0973da8a6e7be2b0edbc31bd7d6e7773ec58be5 /scripts/testpoke.yaml | |
parent | 68e600f3c81b42011ff977f52942471e55ba128b (diff) |
ChildNotFound
svn path=/scripts/rpki/exceptions.py; revision=1241
Diffstat (limited to 'scripts/testpoke.yaml')
-rw-r--r-- | scripts/testpoke.yaml | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/scripts/testpoke.yaml b/scripts/testpoke.yaml index 48767663..a57b78a6 100644 --- a/scripts/testpoke.yaml +++ b/scripts/testpoke.yaml @@ -1,10 +1,19 @@ --- # $Id$ + +version: 1 +posturl: https://localhost:4433/up-down/1 +recipient-id: wombat 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 +cms-ca-cert-file: biz-certs/Bob-Root.cer + +#ssl-cert-file: biz-certs/Elena-EE.cer +#ssl-key-file: biz-certs/Elena-EE.key +ssl-ca-cert-file: biz-certs/Bob-Root.cer + requests: list: type: list @@ -16,8 +25,3 @@ requests: 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 |