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