diff options
Diffstat (limited to 'myrpki')
-rw-r--r-- | myrpki/examples/myrpki.conf | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/myrpki/examples/myrpki.conf b/myrpki/examples/myrpki.conf index 24bcb2a7..4ed67563 100644 --- a/myrpki/examples/myrpki.conf +++ b/myrpki/examples/myrpki.conf @@ -1,13 +1,14 @@ +################################################################ +# # $Id: myrpki.conf 2722 2009-08-31 22:24:48Z sra $ # -# Config file for myrpki.py, myirbe.py, and RPKI daemons when used -# with myrpki.py etc. +# Config file for myrpki.py and RPKI daemons. # # NB: This config file is read both by Python code and also by the # OpenSSL command line tool (running under mypki), so syntax must # remain compatable with both parsers, and there's a big chunk of # OpenSSL voodoo towards the end of this file. - +# ################################################################ [myrpki] @@ -136,14 +137,16 @@ pubd_sql_password = ${myrpki::shared_sql_password} openssl = openssl -################################################################# +# End of [myrpki] section +################################################################# +# # In theory it should not be necessary to modify anything below this # point, at least not if you're within the boundaries of the # simplified configuration that the myrpki tool is intended to # support. If you do have to modify anything below this point, please # report it. - +# ################################################################# [rpkid] |