diff options
-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] |