Man page - dnst-key2ds(1)
Packages contas this manual
Manual
| DNST-KEY2DS(1) | dnst | DNST-KEY2DS(1) |
NAME
dnst-key2ds - Generate DS RRs from the DNSKEYs in a keyfile
SYNOPSIS
dnst key2ds [OPTIONS] <KEYFILE>
DESCRIPTION
dnst key2ds generates a DS RR for each DNSKEY in <KEYFILE>.
The following file will be created for each key: K<name>+<alg>+<id>.ds. The base name K<name>+<alg>+<id> will be printed to stdout.
ARGUMENTS
- <KEYFILE>
- <KEYFILE> must be a file containing one or more RFC 4034 DNSKEY resource records in presentation format.
OPTIONS
- -a <NUMBER OR MNEMONIC>, --algorithm <NUMBER OR MNEMONIC>
- Use the given algorithm for the digest. Defaults to the digest algorithm used for the DNSKEY, and if it can't be determined SHA-1.
- -f, --force
- Overwrite existing .ds files.
- --ignore-sep
- Ignore the SEP flag and make DS records for any key.
- -n
- Write the generated DS records to stdout instead of a file.
- -h, --help
- Print the help text (short summary with -h, long help with --help).
AUTHOR
NLnet Labs
COPYRIGHT
2024–2026, NLnet Labs
| March 5, 2026 | 0.2.0-alpha1 |