diff options
-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/
|