diff options
author | Rob Austein <sra@hactrn.net> | 2009-09-01 19:05:41 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-09-01 19:05:41 +0000 |
commit | 027ce5d06fde5e1408ea02562dca3b8c6215ecbb (patch) | |
tree | d606c64bd3c3bd937a40fa12f3eadba04728e6da | |
parent | 1b65eb039f50792d7479cbfbd196f29ff89c7c4d (diff) |
Update examples to show new fields -- probably not quite right yet
svn path=/myrpki/examples/parents.csv; revision=2723
-rw-r--r-- | myrpki/examples/parents.csv | 4 | ||||
-rw-r--r-- | myrpki/examples/pubclients.csv | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/myrpki/examples/parents.csv b/myrpki/examples/parents.csv index 05caf6a7..f4cddfcc 100644 --- a/myrpki/examples/parents.csv +++ b/myrpki/examples/parents.csv @@ -1,6 +1,6 @@ -# Syntax: <parent_handle> <service_uri> <cms_bpki_cert_filename> <https_bpki_cert_filename> <myhandle> +# 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/Me Mom.ta.cer Mom.rpkid.cer Becca +Mom https://localhost:4414/up-down/Mom/Me Mom.ta.cer Mom.rpkid.cer Becca rsync://localhost:4401/wombat/Mom/ diff --git a/myrpki/examples/pubclients.csv b/myrpki/examples/pubclients.csv new file mode 100644 index 00000000..a210ed59 --- /dev/null +++ b/myrpki/examples/pubclients.csv @@ -0,0 +1,8 @@ +# 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
+#
+Mom bpki.myrpki/ca.cer rsync://localhost:4401/wombat/Mom/
+Mom/Alice client-certs/Alice.cer rsync://localhost:4401/wombat/Mom/Alice/
+Mom/Bob client-certs/Bob.cer rsync://localhost:4401/wombat/Mom/Bob/
|