Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Dec 14, 2016
1 parent 9c26f72 commit 9d6703a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

[![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 external dependencies.
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).

Expand Down

0 comments on commit 9d6703a

Please sign in to comment.