diff options
Diffstat (limited to 'myrpki/examples/myrpki.conf')
-rw-r--r-- | myrpki/examples/myrpki.conf | 8 |
1 files changed, 6 insertions, 2 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 |