1ldns-key2ds(1) General Commands Manual ldns-key2ds(1)
2
3
4
6 ldns-key2ds - transform a DNSKEY RR to a DS RR
7
9 ldns-key2ds file
10
11
13 ldns-key2ds is used to transform a public DNSKEY RR to a DS RR. When
14 run it will read file with a DNSKEY RR in it and it will create a .ds
15 file with the DS RR in it.
16
17 It prints out the basename for this file (K<name>+<alg>+<id>).
18
19 By default it takes a pick of algorithm similar to the key algorithm,
20 SHA1 for RSASHA1, and so on.
21
22
24 -f Ignore SEP flag (i.e. make DS records for any key)
25
26
27 -n Write the result DS Resource Record to stdout instead of a file
28
29
30 -1 Use SHA1 as the hash function.
31
32
33 -2 Use SHA256 as the hash function
34
35
36 -g Use GOST as the hash function
37
38
39 -4 Use SHA384 as the hash function
40
41
43 Written by the ldns team as an example for ldns usage.
44
45
47 Report bugs to <ldns-team@nlnetlabs.nl>.
48
49
51 Copyright (C) 2005 NLnet Labs. This is free software. There is NO war‐
52 ranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR‐
53 POSE.
54
55
56
57 30 May 2005 ldns-key2ds(1)