diff options
author | Jan Vcelak <jan.vcelak@nic.cz> | 2016-04-26 12:03:38 +0200 |
---|---|---|
committer | Jan Vcelak <jan.vcelak@nic.cz> | 2016-04-26 12:04:28 +0200 |
commit | a513ae77bbc5f046f082985ef864d125ecdde9e2 (patch) | |
tree | f12221f64185b477842906f30c4dedef5cd7cef6 /doc/migration.rst | |
parent | doc: fix numbering in DNSSEC migration (diff) | |
download | knot-a513ae77bbc5f046f082985ef864d125ecdde9e2.tar.xz knot-a513ae77bbc5f046f082985ef864d125ecdde9e2.zip |
doc: migration, considering configuration database
Diffstat (limited to 'doc/migration.rst')
-rw-r--r-- | doc/migration.rst | 9 |
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. |