kirei / dnssec_ta_tool

DNSSEC Trust Anchor Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

DNSSEC Trust Anchor Tool

License:Other


Languages

Language:Python 72.6%Language:Shell 16.8%Language:Makefile 10.6%