diff options
author | Rob Austein <sra@hactrn.net> | 2009-08-23 19:07:52 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-08-23 19:07:52 +0000 |
commit | cec17fccff6ec099554909866ad553efa07391e1 (patch) | |
tree | d2ef50c417138685d44fd48361ae01203295fa87 | |
parent | d4f0862dde00843fdace0c9d9b57beabd5abf336 (diff) |
Forgot to update example when added <myhandle> field (parent's handle
on me).
svn path=/myrpki/examples/parents.csv; revision=2696
-rw-r--r-- | myrpki/examples/parents.csv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/myrpki/examples/parents.csv b/myrpki/examples/parents.csv index d7536629..05caf6a7 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> +# Syntax: <parent_handle> <service_uri> <cms_bpki_cert_filename> <https_bpki_cert_filename> <myhandle> # # 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 +Mom https://localhost:4414/up-down/Mom/Me Mom.ta.cer Mom.rpkid.cer Becca |