Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.03 KB

README.md

File metadata and controls

29 lines (15 loc) · 1.03 KB

DNSSEC TA Tool

Build Status

This tool will extract DNSSEC Trust Anchors from a Trust Anchor XML file formatted as described in RFC 7958. Validation of the detached signature over the Trust Anchor XML file IS NOT performed by this tool.

Usage

python3 dnssec_ta_tool.py --format dnskey --verbose
python3 dnssec_ta_tool.py --format ds --output trust-anchor-file.conf
python3 dnssec_ta_tool.py --format bind-managed --output managed-keys.bind
python3 dnssec_ta_tool.py --format bind-trusted --output trusted-keys.bind

Format Specification

Root zone Trust Anchors

Trust Anchor Validation

Before use, all trust anchors should be validated. Example code for how to do this using OpenSSL is available in dnssec_ta_tool_wrapper.sh.