1DT-LIBVAL_CHECK_CONF(1) User Commands DT-LIBVAL_CHECK_CONF(1)
2
3
4
6 dt-libval_check_conf - command-line program for checking validity of
7 the validator configuration files.
8
10 dt-libval_check_conf [options]
11
13 This program checks a given validator configuration file for any syntax
14 errors. If no file is specified as a command line option, the default
15 dnsval.conf file is checked.
16
18 The program returns 0 on success and -1 on failure.
19
21 -d, --dnsval-conf
22 Specifies the location for the dnsval.conf file. If this option is
23 not specified the default dnsval.conf file recognized by the
24 validator library is used instead.
25
26 -r, --resolv-conf
27 Specifies the location for the resolv.conf file. If this option is
28 not specified the default resolv.conf file recognized by the
29 validator library is used instead.
30
31 -i, --root-hints
32 Specifies the location for the root.hints file. If this option is
33 not specified the default root.hints file recognized by the
34 validator library is used instead.
35
36 -v, --verbose
37 Displays detailed messages and warnings associated with the
38 validator configuration file check process.
39
40 -h, --help
41 Displays a usage help message and exits the program.
42
44 Copyright 2005-2013 SPARTA, Inc. All rights reserved. See the COPYING
45 file included with the DNSSEC-Tools package for details.
46
48 Suresh Krishnaswamy (suresh@tislabs.com)
49
51 dnsval.conf(3)
52
53
54
55perl v5.18.4 2015-04-27 DT-LIBVAL_CHECK_CONF(1)