diff options
Diffstat (limited to 'myrpki/examples')
-rw-r--r-- | myrpki/examples/myrpki.conf | 8 | ||||
-rw-r--r-- | myrpki/examples/parents.csv | 2 | ||||
-rw-r--r-- | myrpki/examples/pubclients.csv | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/myrpki/examples/myrpki.conf b/myrpki/examples/myrpki.conf index a61175a1..0eded59b 100644 --- a/myrpki/examples/myrpki.conf +++ b/myrpki/examples/myrpki.conf @@ -20,7 +20,9 @@ [myrpki] # Handle naming hosted resource-holding entity (<self/>) represented -# by this myrpki instance. You need to set this. +# by this myrpki instance. Syntax is an identifier (ASCII letters, +# digits, hyphen, underscore -- no whitespace, non-ASCII characters, +# or other punctuation). You need to set this. handle = Me @@ -31,7 +33,9 @@ repository_bpki_certificate = repository-ta.cer # Name by which repository will know this <self/>. This may be a # structured handle, eg, "Grandma/Mom/Me" or might be a simple handle, -# depending on how the repository is set up. You need to set this. +# depending on how the repository is set up. Syntax is same as +# "handle", with the addition of "/" characters as an allowed +# delimiter. You need to set this. repository_handle = Me diff --git a/myrpki/examples/parents.csv b/myrpki/examples/parents.csv index a8f21a74..f1f8171c 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/Becca Mom.ta.cer Mom.rpkid.cer Becca rsync://localhost:4401/Me/ +Mom https://localhost:4414/up-down/Mom/Becca Mom.ta.cer Mom.rpkid.cer Becca rsync://rpki.example.org/Me/ diff --git a/myrpki/examples/pubclients.csv b/myrpki/examples/pubclients.csv index 522e8b8a..a521a77d 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 # -Me bpki.myrpki/ca.cer rsync://localhost:4401/Me/ -Me/Alice pubd-client-certs/Alice.cer rsync://localhost:4401/Me/Alice/ -Me/Bob pubd-client-certs/Bob.cer rsync://localhost:4401/Me/Bob/ +Me bpki.myrpki/ca.cer rsync://rpki.example.org/Me/ +Me/Alice pubd-client-certs/Alice.cer rsync://rpki.example.org/Me/Alice/ +Me/Bob pubd-client-certs/Bob.cer rsync://rpki.example.org/Me/Bob/ |