diff options
author | Rob Austein <sra@hactrn.net> | 2009-09-01 19:25:36 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-09-01 19:25:36 +0000 |
commit | e5173bd1894dc8f55c4fb80664a3782c36f21a65 (patch) | |
tree | bd193d0ffbfb29d2183df72d78dacafb3ff786ac | |
parent | 027ce5d06fde5e1408ea02562dca3b8c6215ecbb (diff) |
Update examples
svn path=/myrpki/examples/parents.csv; revision=2724
-rw-r--r-- | myrpki/examples/parents.csv | 2 | ||||
-rw-r--r-- | myrpki/examples/prefixes.csv | 1 | ||||
-rw-r--r-- | myrpki/examples/pubclients.csv | 6 |
3 files changed, 5 insertions, 4 deletions
diff --git a/myrpki/examples/parents.csv b/myrpki/examples/parents.csv index f4cddfcc..8fd85121 100644 --- a/myrpki/examples/parents.csv +++ b/myrpki/examples/parents.csv @@ -3,4 +3,4 @@ # 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 rsync://localhost:4401/wombat/Mom/ +Mom https://localhost:4414/up-down/Mom/Becca Mom.ta.cer Mom.rpkid.cer Becca rsync://localhost:4401/wombat/ diff --git a/myrpki/examples/prefixes.csv b/myrpki/examples/prefixes.csv index 21e39e04..ccb90d41 100644 --- a/myrpki/examples/prefixes.csv +++ b/myrpki/examples/prefixes.csv @@ -6,3 +6,4 @@ # Alice 192.0.2.0/27 Bob 192.0.2.44-192.0.2.100 +Bob 10.0.0.0/8 diff --git a/myrpki/examples/pubclients.csv b/myrpki/examples/pubclients.csv index a210ed59..cb5bdc94 100644 --- a/myrpki/examples/pubclients.csv +++ b/myrpki/examples/pubclients.csv @@ -3,6 +3,6 @@ # 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/
+wombat bpki.myrpki/ca.cer rsync://localhost:4401/wombat/
+wombat/Alice pubd-client-certs/Alice.cer rsync://localhost:4401/wombat/Alice/
+wombat/Bob pubd-client-certs/Bob.cer rsync://localhost:4401/wombat/Bob/
|