diff options
author | Rob Austein <sra@hactrn.net> | 2010-04-14 19:10:52 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-04-14 19:10:52 +0000 |
commit | 299af4b55a40a1c5ded19da129f80df4feaf1c1d (patch) | |
tree | 40e23a6c7f544bf08b699dbb285031ccb6985291 /myrpki | |
parent | dbc55c697025a0dd6125249f29cac5cc39c08a28 (diff) |
Checkpoint
svn path=/myrpki/examples/myrpki.conf; revision=3200
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] |