项目作者: kirei

项目描述 :
DNSSEC Trust Anchor Tool
高级语言: Python
项目地址: git://github.com/kirei/dnssec_ta_tool.git
创建时间: 2016-12-14T08:35:42Z
项目社区:https://github.com/kirei/dnssec_ta_tool

开源协议:Other

下载


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

  1. python3 dnssec_ta_tool.py --format dnskey --verbose
  2. python3 dnssec_ta_tool.py --format ds --output trust-anchor-file.conf
  3. python3 dnssec_ta_tool.py --format bind-managed --output managed-keys.bind
  4. 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.