diff options
Diffstat (limited to 'modules/ta_sentinel/README.rst')
-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 |