Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Dec 14, 2016
1 parent 8858955 commit 9c26f72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -2,14 +2,14 @@

[![Build Status](https://api.travis-ci.org/kirei/get_trust_anchor.png)](https://travis-ci.org/kirei/get_trust_anchor)

This tool writes out a copy of the current DNSSEC trust anchor.
This tool writes out a copy of the current DNSSEC trust anchor. It is compatible with both Python 2.7 and Python 3.x, and has no external dependencies.

## Usage
The DNSSEC trust anchor will be fetch from [IANA](https://www.iana.org/dnssec), and the root KSK (Key Signing Key) will be fetched using [Google Public DNS](https://developers.google.com/speed/public-dns/) over HTTPS or by downloading the [root zone file](https://www.internic.net/domain/root.zone).

python get_trust_anchor.py

(_Compatible with both Python 2.7 and Python 3.x._)
## Usage

python get_trust_anchor.py

## Root zone Trust Anchors

Expand Down

0 comments on commit 9c26f72

Please sign in to comment.