Man page - ldns-key2ds(1)
Packages contains this manual
- ldns-rrsig(1)
- ldns-compare-zones(1)
- ldns-test-edns(1)
- ldns-testns(1)
- ldns-keygen(1)
- ldns-nsec3-hash(1)
- ldns-verify-zone(1)
- ldns-read-zone(1)
- ldns-zcat(1)
- drill(1)
- ldnsd(1)
- ldns-keyfetcher(1)
- ldns-walk(1)
- ldns-revoke(1)
- ldns-resolver(1)
- ldns-signzone(1)
- ldns-version(1)
- ldns-gen-zone(1)
- ldns-dpa(1)
- ldns-zsplit(1)
- ldns-update(1)
- ldns-key2ds(1)
- ldns-mx(1)
- ldns-chaos(1)
- ldns-dane(1)
- ldns-notify(1)
apt-get install dnst-ldnsutils
apt-get install ldnsutils
Manual
ldns-key2ds
NAMESYNOPSIS
DESCRIPTION
OPTIONS
AUTHOR
REPORTING BUGS
COPYRIGHT
NAME
ldns-key2ds - transform a DNSKEY RR to a DS RR
SYNOPSIS
ldns-key2ds file
DESCRIPTION
ldns-key2ds is used to transform a public DNSKEY RR to a DS RR. When run it will read file with a DNSKEY RR in it and it will create a .ds file with the DS RR in it.
It prints out the basename for this file (K<name>+<alg>+<id>).
By default it takes a pick of algorithm similar to the key algorithm, SHA1 for RSASHA1, and so on.
OPTIONS
|
-f |
Ignore SEP flag (i.e. make DS records for any key) |
|||
|
-n |
Write the result DS Resource Record to stdout instead of a file |
|||
|
-1 |
Use SHA1 as the hash function. |
|||
|
-2 |
Use SHA256 as the hash function |
|||
|
-g |
Use GOST as the hash function |
|||
|
-4 |
Use SHA384 as the hash function |
AUTHOR
Written by the ldns team as an example for ldns usage.
REPORTING BUGS
Report bugs to <dns-team@nlnetlabs.nl>.
COPYRIGHT
Copyright (C) 2005 NLnet Labs. This is free software. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.