diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2019-08-27 21:14:14 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2019-08-27 21:14:21 +0200 |
commit | ad6e4f8a43c36598d0dc74507b12b8ffd2c61aa2 (patch) | |
tree | 7c447a39a6e610d4277184c4f5c7f76a1f33cdd4 /doc | |
parent | Merge branch 'fix_update_cleanup' into 'master' (diff) | |
download | knot-ad6e4f8a43c36598d0dc74507b12b8ffd2c61aa2.tar.xz knot-ad6e4f8a43c36598d0dc74507b12b8ffd2c61aa2.zip |
doc: update key migration from Bind
Diffstat (limited to 'doc')
-rw-r--r-- | doc/migration.rst | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/doc/migration.rst b/doc/migration.rst index d538e3746..fd896f8fd 100644 --- a/doc/migration.rst +++ b/doc/migration.rst @@ -154,14 +154,7 @@ server configuration: .. NOTE:: If the server configuration file or database is not at the default location, - add a configuration parameter (-c or -C). - - .. NOTE:: - The server can be run under a dedicated user account, usually ``knot``. - As the server requires read-write access to the KASP database, the - permissions must be set correctly. This can be achieved for instance by - executing all KASP database management commands under sudo:: - - $ sudo -u knot keymgr ... + add a configuration parameter (-c or -C). See :doc:`keymgr <man_keymgr>` + for more info about required access rights to the key files. 4. Follow :ref:`Automatic DNSSEC signing` steps to configure DNSSEC signing. |