diff --git a/doc/manual/source/conf.py b/doc/manual/source/conf.py index 9f935d2e1..6016dc9ae 100644 --- a/doc/manual/source/conf.py +++ b/doc/manual/source/conf.py @@ -99,6 +99,7 @@ intersphinx_mapping = { 'dnst': ('https://dnst.docs.nlnetlabs.nl/en/latest/', None), 'cascade-hsm-bridge': ('https://cascade.docs.nlnetlabs.nl/projects/cascade-hsm-bridge/en/latest/', None) + 'ods2cascade': ('https://cascade.docs.nlnetlabs.nl/projects/ods2cascade/en/latest/', None) } # We recommend adding the following config value. diff --git a/doc/manual/source/index.rst b/doc/manual/source/index.rst index 18cfe2ca9..4007da801 100644 --- a/doc/manual/source/index.rst +++ b/doc/manual/source/index.rst @@ -178,5 +178,6 @@ Examples of things we're interested in: man/cascade-zone cascade-hsm-bridge Daemon cascade-hsm-bridge Configuration File Format + ods2cascade .. ^ need to work around lack of intersphinx links in toctree by creating a hyperlink diff --git a/doc/manual/source/quick-start.rst b/doc/manual/source/quick-start.rst index 85791453c..f5af264ac 100644 --- a/doc/manual/source/quick-start.rst +++ b/doc/manual/source/quick-start.rst @@ -10,6 +10,13 @@ the settings relating to daemonization. parent zone. If this is not available, make sure to :ref:`disable automatic key rolls `. +.. tip:: For users migrating from `OpenDNSSEC `_ + we offer a tool that can help with inspecting your OpenDNSSEC configuration + and generating Cascade and :program:`cascade-hsm-bridge` configuration files, + Cascade policies, and guidance on the commands required to import keys and + zones into Cascade. Check out `ods2cascade `_ + for more information. + .. _cascade-config: Configuring Cascade