An open API service indexing awesome lists of open source software.

https://github.com/mithro/ds-record-publish

Mechanize scripts for publishing DNSSec DS records.
https://github.com/mithro/ds-record-publish

Last synced: 12 months ago
JSON representation

Mechanize scripts for publishing DNSSec DS records.

Awesome Lists containing this project

README

          

This is a set of tools which makes managing publishing of DS records easier.

You need to create a config.ini file in this directory in the following format;
example configurations are included.
[dlv]
username=
password=

[gkg]
username=
password=

[domaina.me]
publish=dlv

[domaina.com]
publish=dlv,gkg

You can then run the tools, they are:

check_root.py - Check your DS records are published in the root
servers.
check_dlv.py - Check your DS records are published in the DLV look
aside registary.

update_gkg.py - Update your DS records on GKG.net
update_dlv.py - Update your DS records in the DLV look aside registary.

powerdns_generate_files.py - Generate dsset and dnskey files needed by
these tools from powerdns's config.
bind9_generate_files.py - Generate dsset and dnskey files needed by
these tools from bind's config.