diff options
author | Rob Austein <sra@hactrn.net> | 2010-03-11 04:30:05 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-03-11 04:30:05 +0000 |
commit | 96ffdccb51cc3a528563e28f2ce09050e84ef22b (patch) | |
tree | 3500c30cb1365ace31f83057a97b9be0da6cf010 /myrpki.rototill/examples | |
parent | 6b6d662d5a51943adbd7d28bc497bebd2416ad0e (diff) |
Cleanup
svn path=/myrpki.rototill/examples/children.csv; revision=3075
Diffstat (limited to 'myrpki.rototill/examples')
-rw-r--r-- | myrpki.rototill/examples/children.csv | 9 | ||||
-rw-r--r-- | myrpki.rototill/examples/parents.csv | 8 | ||||
-rw-r--r-- | myrpki.rototill/examples/pubclients.csv | 10 |
3 files changed, 0 insertions, 27 deletions
diff --git a/myrpki.rototill/examples/children.csv b/myrpki.rototill/examples/children.csv deleted file mode 100644 index da29e8b5..00000000 --- a/myrpki.rototill/examples/children.csv +++ /dev/null @@ -1,9 +0,0 @@ -# $Id$ -# -# Syntax: <child_handle> <validitydate> <bpki_cert_filename> -# -# NB: Comment lines are not allowed in these files, this one is only -# present to explain the example -# -Alice 2009-07-27T08:24:53Z Alice.ta.cer -Bob 2009-07-27T08:24:53Z Bob.ta.cer diff --git a/myrpki.rototill/examples/parents.csv b/myrpki.rototill/examples/parents.csv deleted file mode 100644 index f92eddeb..00000000 --- a/myrpki.rototill/examples/parents.csv +++ /dev/null @@ -1,8 +0,0 @@ -# $Id$ -# -# Syntax: <parent_handle> <service_uri> <cms_bpki_cert_filename> <https_bpki_cert_filename> <myhandle> <sia_base> -# -# NB: Comment lines are not allowed in these files, this one is only -# present to explain the example -# -Mom https://localhost:4414/up-down/Mom/Becca Mom.ta.cer Mom.rpkid.cer Becca rsync://rpki.example.org/Me/ diff --git a/myrpki.rototill/examples/pubclients.csv b/myrpki.rototill/examples/pubclients.csv deleted file mode 100644 index dcba14e7..00000000 --- a/myrpki.rototill/examples/pubclients.csv +++ /dev/null @@ -1,10 +0,0 @@ -# $Id$ -# -# Syntax: <client_handle> <bpki_cert_filename> <sia_base> -# -# NB: Comment lines are not allowed in these files, this one is only -# present to explain the example -# -Me bpki/resources/ca.cer rsync://rpki.example.org/Me/ -Me/Alice pubd-client-certs/Alice.cer rsync://rpki.example.org/Me/Alice/ -Me/Bob pubd-client-certs/Bob.cer rsync://rpki.example.org/Me/Bob/ |