Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 2.14 KB

danectl-nsupdate.1.pod

File metadata and controls

64 lines (48 loc) · 2.14 KB

NAME

danectl-nsupdate - Adapt danectl DNS RR output for BIND9 nsupdate

SYNOPSIS

danectl rollover <cert-name> | danectl-nsupdate <ttl> | nsupdate
danectl tlsa-check <cert-name> | danectl-nsupdate <ttl> | nsupdate
danectl sshfp-check <hostname> | danectl-nsupdate <ttl> | nsupdate
danectl -1 smimea-check <cert.pem> | danectl-nsupdate <ttl> | nsupdate
danectl -1 openpgpkey-check <email> | danectl-nsupdate <ttl> | nsupdate

DESCRIPTION

danectl-nsupdate is an output adapter for danectl(1). Certain danectl(1) commands (see the examples above) produce output that indicates DNS RRs that need to be removed or added to the DNS.

This adapter is a filter that accepts that output from danectl(1), and produces the corresponding input for nsupdate(1) to implement the indicated changes via dynamic DNS updates.

There are many ways to implement changes to the DNS. danectl currently provides two adapters for this purpose. Contributions of more adapters would be welcomed.

LIMITATIONS

The multi-line danectl(1) output for SMIMEA and OPENPGPKEY DNS RRs is not supported. The single-line output must be used (see the examples above).

SEE ALSO

danectl(1), nsupdate(1), danectl-zonefile(1).

AUTHOR

raf <[email protected]>