Skip to content

Commit

Permalink
Remove links to previous repo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulehoffman committed Feb 3, 2017
1 parent 10d99f5 commit d7f11a4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
@@ -1,16 +1,10 @@
# DNSSEC Trust Anchor Fetcher

[![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. It is compatible with both Python 2.7 and Python 3.x, and has no dependencies except [Python](https://www.python.org/) and the [OpenSSL](https://www.openssl.org/) command line tool.

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).


## Repository

- https://github.com/kirei/get_trust_anchor

## Usage

python get_trust_anchor.py
Expand Down

0 comments on commit d7f11a4

Please sign in to comment.