1DTCK(1) User Contributed Perl Documentation DTCK(1)
2
3
4
6 dtck - Check the DNSSEC-Tools data files for sanity.
7
9 dtck [options] [dtck_config_file]
10
12 dtck checks DNSSEC-Tools data files to determine if the entries are
13 valid. dtck checks the validity of DNSSEC-Tools configuration files,
14 rollrec files, and keyrec files. It does not perform the file checking
15 itself, but runs checking programs specific to each type of data file.
16
17 A dtck configuration file is consulted to determine the files to check.
18 This file lists the DNSSEC-Tools data files and their types. If a dtck
19 configuration file is not given on the command line, dtck will only
20 check the DNSSEC-Tools configuration file. This is equivalent to
21 running dtconfchk directly.
22
24 A dtck configuration file contains a list of the files to be checked by
25 dtck. Except for comments, each line has the following format:
26
27 keyword file directory
28
29 keyword is one of "config", "rollrec", or "keyrec". file is the
30 pathname of the file to be checked. directory is the name of the
31 directory that holds file and is optional.
32
33 The dtck configuration file contains the following types of records:
34
35 config
36 These lines define the DNSSEC-Tools configuration files that will
37 be checked. The dtconfchk program will be used to verify these
38 files.
39
40 rollrec
41 These lines define the rollrec files that will be checked. The
42 rollchk program will be used to verify these files.
43
44 keyrec
45 These lines define the keyrec files that will be checked. The
46 krfcheck program will be used to verify these files.
47
48 comments
49 Any lines starting with an octothorpe (#) are comment lines and are
50 ignored.
51
53 dtck takes two types of options. Options of the first type are handled
54 directly by dtck, controlling its output and processing. Options of
55 the second type are passed to the file-checking programs and are not
56 further handled by dtck.
57
58 Options Handled by dtck
59 -defcon
60 This option directs dtck to add the default DNSSEC-Tools
61 configuration file to the list of configuration files to be
62 checked.
63
64 -list
65 The names of the files will be listed as they are checked.
66
67 -pretty
68 Clarifying output is added to the output from dtck and the file-
69 checking programs.
70
71 -help
72 Display a usage message.
73
74 Options Not Handled by dtck
75 -count
76 The file-checking programs will display a final error count.
77
78 -quiet
79 No output will be given by the file-checking program.
80
81 -verbose
82 Verbose output will be given by the file-checking program.
83
84 -Version
85 Displays the version information for dtck and the DNSSEC-Tools
86 package.
87
89 Copyright 2007-2014 SPARTA, Inc. All rights reserved. See the COPYING
90 file included with the DNSSEC-Tools package for details.
91
93 Wayne Morrison, tewok@tislabs.com
94
96 dtconfchk(8), krfcheck(8), rollchk(8)
97
98 dnssec-tools.conf(5), keyrec(5), rollrec(5)
99
100
101
102perl v5.38.0 2023-07-19 DTCK(1)