Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/manual/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions doc/manual/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,6 @@ Examples of things we're interested in:
man/cascade-zone
cascade-hsm-bridge Daemon <https://cascade.docs.nlnetlabs.nl/projects/cascade-hsm-bridge/en/latest/man/cascade-hsm-bridge.html>
cascade-hsm-bridge Configuration File Format <https://cascade.docs.nlnetlabs.nl/projects/cascade-hsm-bridge/en/latest/man/cascade-hsm-bridge-config.toml.html>
ods2cascade <https://cascade.docs.nlnetlabs.nl/projects/ods2cascade/>

.. ^ need to work around lack of intersphinx links in toctree by creating a hyperlink
7 changes: 7 additions & 0 deletions doc/manual/source/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ the settings relating to daemonization.
parent zone. If this is not available, make sure to
:ref:`disable automatic key rolls <automation-control>`.

.. tip:: For users migrating from `OpenDNSSEC <https://www.opendnssec.org/>`_
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 <https://cascade.docs.nlnetlabs.nl/projects/ods2cascade/en/latest/>`_
for more information.

.. _cascade-config:

Configuring Cascade
Expand Down