diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:55:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:55:53 +0000 |
commit | 3d0386f27ca66379acf50199e1d1298386eeeeb8 (patch) | |
tree | f87bd4a126b3a843858eb447e8fd5893c3ee3882 /modules/ta_sentinel/README.rst | |
parent | Initial commit. (diff) | |
download | knot-resolver-upstream.tar.xz knot-resolver-upstream.zip |
Adding upstream version 3.2.1.upstream/3.2.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | modules/ta_sentinel/README.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/ta_sentinel/README.rst b/modules/ta_sentinel/README.rst new file mode 100644 index 0000000..c3b17a4 --- /dev/null +++ b/modules/ta_sentinel/README.rst @@ -0,0 +1,17 @@ +.. _mod-ta_sentinel: + +Sentinel for Detecting Trusted Root Keys +---------------------------------------- + +The module implementing A Root Key Trust Anchor Sentinel for DNSSEC +according to `draft-ietf-dnsop-kskroll-sentinel-12`_. + +This feature allows users of validating resolver to detect which root keys +are configured in their chain of trust. The data from such +signaling are necessary to monitor the progress of the DNSSEC root key rollover. + +This module is enabled by default and we urge users not to disable it. +If it is absolutely necessary you may add ``modules.unload('ta_sentinel')`` +to your configuration to disable it. + +.. _`draft-ietf-dnsop-kskroll-sentinel-12`: https://tools.ietf.org/html/draft-ietf-dnsop-kskroll-sentinel-12 |