diff options
author | Rob Austein <sra@hactrn.net> | 2010-07-30 15:23:01 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-07-30 15:23:01 +0000 |
commit | 94e61bf6e01d7372dfb5b4f4d9cbba18e2a52be9 (patch) | |
tree | 1d5c48e1c5d13c25e7341e29750168395dbf54fc | |
parent | 5f562a286fced2882caf0289ff60ff752374aa4b (diff) |
Doc nit
svn path=/rpkid/rpki/__doc__.py.in; revision=3420
-rw-r--r-- | rpkid/rpki/__doc__.py.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rpkid/rpki/__doc__.py.in b/rpkid/rpki/__doc__.py.in index c6552dbc..420de455 100644 --- a/rpkid/rpki/__doc__.py.in +++ b/rpkid/rpki/__doc__.py.in @@ -537,6 +537,10 @@ # @section myrpkiconf myrpki.conf # # The default name for the shared configuration file is @c myrpki.conf. +# Unless you really know what you're doing, you should start by +# copying the @c $top/myrpki.conf from the @c rpkid/examples directory and +# modifying it, as the sample configuration file already includes all +# the additional settings necessary to use the simplified configuration. # # @dontinclude myrpki.conf # @skipline [myrpki] |