diff options
author | Rob Austein <sra@hactrn.net> | 2009-07-25 21:09:05 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-07-25 21:09:05 +0000 |
commit | f0c701ada5625566bb8a3fbe1423fe064db0ad39 (patch) | |
tree | 29a28273c8a91a09d0485230644ee70f11824821 | |
parent | ea086a6145b42c740cf84631b1fe0af9e6c5d3ab (diff) |
Add comments per discussion with Randy. NB: Comments are illegal in
CSV files, these are only present to explain the syntax.
svn path=/myrpki/examples/asns.csv; revision=2664
-rw-r--r-- | myrpki/examples/asns.csv | 5 | ||||
-rw-r--r-- | myrpki/examples/children.csv | 5 | ||||
-rw-r--r-- | myrpki/examples/parents.csv | 7 | ||||
-rw-r--r-- | myrpki/examples/prefixes.csv | 5 | ||||
-rw-r--r-- | myrpki/examples/roas.csv | 5 |
5 files changed, 26 insertions, 1 deletions
diff --git a/myrpki/examples/asns.csv b/myrpki/examples/asns.csv index c8b74ee1..a545f68f 100644 --- a/myrpki/examples/asns.csv +++ b/myrpki/examples/asns.csv @@ -1 +1,6 @@ +# Syntax: <child_handle> <asn> +# +# NB: Comment lines are not allowed in these files, this one is only +# present to explain the example +# Alice 64533 diff --git a/myrpki/examples/children.csv b/myrpki/examples/children.csv index e279b3f1..6ce6dd80 100644 --- a/myrpki/examples/children.csv +++ b/myrpki/examples/children.csv @@ -1,2 +1,7 @@ +# 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/examples/parents.csv b/myrpki/examples/parents.csv index 80615b74..d7536629 100644 --- a/myrpki/examples/parents.csv +++ b/myrpki/examples/parents.csv @@ -1 +1,6 @@ -RIR https://localhost:4414/up-down/RIR/Me RIR.ta.cer RIR.rpkid.cer +# Syntax: <parent_handle> <service_uri> <cms_bpki_cert_filename> <https_bpki_cert_filename> +# +# 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 diff --git a/myrpki/examples/prefixes.csv b/myrpki/examples/prefixes.csv index 994f42b2..46571835 100644 --- a/myrpki/examples/prefixes.csv +++ b/myrpki/examples/prefixes.csv @@ -1,2 +1,7 @@ +# Syntax: <child_handle> <prefix>/<length> +# +# NB: Comment lines are not allowed in these files, this one is only +# present to explain the example +# Alice 192.0.2.1-192.0.2.33 Bob 192.0.2.44-192.0.2.100 diff --git a/myrpki/examples/roas.csv b/myrpki/examples/roas.csv index 5d894441..35672368 100644 --- a/myrpki/examples/roas.csv +++ b/myrpki/examples/roas.csv @@ -1 +1,6 @@ +# Syntax: <prefix>/<length>-<maxlength> <asn> +# +# NB: Comment lines are not allowed in these files, this one is only +# present to explain the example +# 10.3.0.44/32 666 |