diff options
author | Rob Austein <sra@hactrn.net> | 2008-01-23 03:35:13 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-01-23 03:35:13 +0000 |
commit | c012b6d938cc44e1b715b80c9b183be4bed0debe (patch) | |
tree | b2bc76f05455c9d982e20bace5756dca22c18ed6 /scripts/rootd.yaml | |
parent | 39628f36ca5c267ba5836eb5c711c3d8026e66fa (diff) |
Archive more little test scripts
svn path=/scripts/rootd.yaml; revision=1489
Diffstat (limited to 'scripts/rootd.yaml')
-rw-r--r-- | scripts/rootd.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/scripts/rootd.yaml b/scripts/rootd.yaml new file mode 100644 index 00000000..2ee5dcd4 --- /dev/null +++ b/scripts/rootd.yaml @@ -0,0 +1,24 @@ +# $Id$ +--- +version: 1 +posturl: https://localhost:4401/up-down/1 +recipient-id: "rootd" +sender-id: "RIR" + +cms-cert-file: RIR-RPKI-EE.cer +cms-key-file: RIR-RPKI-EE.key +cms-ca-cert-file: rootd-TA.cer +cms-cert-chain-file: [ RIR-RPKI-CA.cer ] + +ssl-cert-file: RIR-RPKI-EE.cer +ssl-key-file: RIR-RPKI-EE.key +ssl-ca-cert-file: rootd-TA.cer + +requests: + list: + type: list + issue: + type: issue + class: 1 + sia: + - rsync://localhost:4400/testbed/RIR/ |