diff options
Diffstat (limited to 'doc/rspamadm.1.md')
-rw-r--r-- | doc/rspamadm.1.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/rspamadm.1.md b/doc/rspamadm.1.md index 97c5d5146..17bfa94c3 100644 --- a/doc/rspamadm.1.md +++ b/doc/rspamadm.1.md @@ -69,6 +69,14 @@ Test configuration strictly and redefine some ucl vars: rspamadm --var=DBDIR=/tmp configtest -c ./rspamd.conf -s +Dump the processed configuration: + + rspamadm configdump + +Dump the processed configuration as JSON string: + + rspamadm configdump -j + Generate a keypair to use for HTTPCrypt encryption: rspamadm keypair |