1TACHK(1) User Contributed Perl Documentation TACHK(1)
2
3
4
6 tachk - Check the validity of the trust anchors in a named.conf file
7
9 tachk [options] <named.conf>
10
12 tachk checks the validity of the trust anchors in the specified
13 named.conf file. The output given depends on the options selected.
14
15 Note: This script may be removed in future releases.
16
18 tachk takes two types of options: record-attribute options and output-
19 style options. These option sets are detailed below.
20
21 Record-Attribute Options
22 These options define which trust anchor records will be displayed.
23
24 -valid
25 This option displays the valid trust anchors in a named.conf file.
26
27 -invalid
28 This option displays the invalid trust anchors in a named.conf
29 file.
30
31 Output-Format Options
32 These options define how the trust anchor information will be
33 displayed. Without any of these options, the zone name and key tag
34 will be displayed for each trust anchor.
35
36 -count
37 The count of matching records will be displayed, but the matching
38 records will not be.
39
40 -long
41 The long form of output will be given. The zone name and key tag
42 will be displayed for each trust anchor.
43
44 -terse
45 This option displays only the name of the zones selected by other
46 options.
47
48 -Version
49 Displays the version information for tachk and the DNSSEC-Tools
50 package.
51
52 -help
53 Display a usage message.
54
56 Wesley Griffin
57
58 (Current contact for tachk is Wayne Morrison, tewok@tislabs.com.)
59
61 trustman(8)
62
63 named.conf(5)
64
65
66
67perl v5.34.0 2021-07-21 TACHK(1)