summaryrefslogtreecommitdiffstats
path: root/doc/migration.rst
diff options
context:
space:
mode:
authorJan Vcelak <jan.vcelak@nic.cz>2016-04-26 12:03:38 +0200
committerJan Vcelak <jan.vcelak@nic.cz>2016-04-26 12:04:28 +0200
commita513ae77bbc5f046f082985ef864d125ecdde9e2 (patch)
treef12221f64185b477842906f30c4dedef5cd7cef6 /doc/migration.rst
parentdoc: fix numbering in DNSSEC migration (diff)
downloadknot-a513ae77bbc5f046f082985ef864d125ecdde9e2.tar.xz
knot-a513ae77bbc5f046f082985ef864d125ecdde9e2.zip
doc: migration, considering configuration database
Diffstat (limited to 'doc/migration.rst')
-rw-r--r--doc/migration.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/migration.rst b/doc/migration.rst
index e512a944d..f995e53d8 100644
--- a/doc/migration.rst
+++ b/doc/migration.rst
@@ -56,15 +56,16 @@ server configuration:
$ ...
$ keymgr zone key list example.com
-5. Add the zone into the Knot DNS configuration file. Zone configuration must
- include correct path to zone file (option :ref:`file<zone_file>`) and KASP
- database (option :ref:`kasp-db<zone_kasp_db>`). You can follow this example::
+5. Add the zone into the Knot DNS configuration. Zone configuration must
+ include correct zone file path (option :ref:`file<zone_file>`) and KASP
+ database location (option :ref:`kasp-db<zone_kasp_db>`). You can follow
+ this configuration file snippet::
zone:
- domain: example.com
storage: /var/lib/knot
kasp-db: /var/lib/knot/keys
- file: example.com.db
+ file: example.com.zone
dnssec-signing: on
6. Start Knot DNS and check the log files to verify that everything went right.