diff options
Diffstat (limited to 'myrpki/examples')
-rw-r--r-- | myrpki/examples/asns.csv | 2 | ||||
-rw-r--r-- | myrpki/examples/children.csv | 2 | ||||
-rw-r--r-- | myrpki/examples/parents.csv | 2 | ||||
-rw-r--r-- | myrpki/examples/prefixes.csv | 2 | ||||
-rw-r--r-- | myrpki/examples/pubclients.csv | 2 | ||||
-rw-r--r-- | myrpki/examples/roas.csv | 2 | ||||
-rw-r--r-- | myrpki/examples/rsyncd.conf | 30 |
7 files changed, 42 insertions, 0 deletions
diff --git a/myrpki/examples/asns.csv b/myrpki/examples/asns.csv index a545f68f..804cf839 100644 --- a/myrpki/examples/asns.csv +++ b/myrpki/examples/asns.csv @@ -1,3 +1,5 @@ +# $Id$ +# # Syntax: <child_handle> <asn> # # NB: Comment lines are not allowed in these files, this one is only diff --git a/myrpki/examples/children.csv b/myrpki/examples/children.csv index 6ce6dd80..da29e8b5 100644 --- a/myrpki/examples/children.csv +++ b/myrpki/examples/children.csv @@ -1,3 +1,5 @@ +# $Id$ +# # Syntax: <child_handle> <validitydate> <bpki_cert_filename> # # NB: Comment lines are not allowed in these files, this one is only diff --git a/myrpki/examples/parents.csv b/myrpki/examples/parents.csv index f1f8171c..f92eddeb 100644 --- a/myrpki/examples/parents.csv +++ b/myrpki/examples/parents.csv @@ -1,3 +1,5 @@ +# $Id$ +# # Syntax: <parent_handle> <service_uri> <cms_bpki_cert_filename> <https_bpki_cert_filename> <myhandle> <sia_base> # # NB: Comment lines are not allowed in these files, this one is only diff --git a/myrpki/examples/prefixes.csv b/myrpki/examples/prefixes.csv index ccb90d41..160f9339 100644 --- a/myrpki/examples/prefixes.csv +++ b/myrpki/examples/prefixes.csv @@ -1,3 +1,5 @@ +# $Id$ +# # Syntax: <child_handle> <prefix>/<length> # or: <child_handle> <min>-<max> # diff --git a/myrpki/examples/pubclients.csv b/myrpki/examples/pubclients.csv index a521a77d..6336a1a6 100644 --- a/myrpki/examples/pubclients.csv +++ b/myrpki/examples/pubclients.csv @@ -1,3 +1,5 @@ +# $Id$ +# # Syntax: <client_handle> <bpki_cert_filename> <sia_base> # # NB: Comment lines are not allowed in these files, this one is only diff --git a/myrpki/examples/roas.csv b/myrpki/examples/roas.csv index 423a3a1b..4343ada0 100644 --- a/myrpki/examples/roas.csv +++ b/myrpki/examples/roas.csv @@ -1,3 +1,5 @@ +# $Id$ +# # Syntax: <prefix>/<length>-<maxlength> <asn> <group> # # NB: Comment lines are not allowed in these files, this one is only diff --git a/myrpki/examples/rsyncd.conf b/myrpki/examples/rsyncd.conf new file mode 100644 index 00000000..d0a9cd97 --- /dev/null +++ b/myrpki/examples/rsyncd.conf @@ -0,0 +1,30 @@ +# $Id$ +# +# Sample rsyncd.conf file for use with pubd. You may need to +# customize this for the conventions on your system. See the rsync +# and rsyncd.conf manual pages for a complete explanation of how to +# configure rsyncd, this is just a simple configuration to get you +# started. +# +# There are two parameters in the following which you should set to +# appropriate values for your system: +# +# "myname" is the rsync module name to configure, as in +# "rsync://rpki.example.org/myname/" +# +# "/some/where/publication" is the absolute pathname of the directory +# where you told pubd to place its outputs (see the publication_base +# parameter in the [pubd] section of myrpki.conf) +# +# You may need to adjust other parameters for your system environment. + +pid file = /var/run/rsyncd.pid +uid = nobody +gid = nobody + +[myname] + use chroot = no + read only = yes + transfer logging = yes + path = /some/where/publication + comment = RPKI Testbed |