-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME_kaspcheck
80 lines (55 loc) · 2.39 KB
/
README_kaspcheck
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
KASP Checkerr README
--------------------
The KASP checker is written to check the OpenDNSSEC configuration.
The checker and its tools are part of the OpenDNSSEC project.
For more information, visit http://www.opendnssec.org
CONTENTS
Introduction
Dependencies
Installation
Testing
Running Manually
-------------------------------------------------------------------
Introduction
-------------------------------------------------------------------
The KASP Checker checks the configuration of the OpenDNSSEC system.
It checks that the conf.xml and kasp.xml files validate against
the RNG specification, and that the values contained in the files
are mutually consistent and sane.
The ods-kaspcheck program will display any issues it has found to the
console. If a syslog facility has been correctly defined in the
configuration file, then the output will also be written to syslog.
-------------------------------------------------------------------
Dependencies
-------------------------------------------------------------------
The ods-kaspcheck utility depends on Ruby being available on the
target system.
-------------------------------------------------------------------
Installation
-------------------------------------------------------------------
From the base directory <opendnssec>/auditor :
autoreconf --install
./configure
make
make install
--prefix=<dir> Installation directory. All files will be installed
relative to this path, and default search paths will
be relative to the prefix. Defaults to /usr/local
The ods-kaspcheck invocation script will be installed in
<prefix>/bin
The Ruby libraries will be installed in
<prefix>/lib/opendnssec
-------------------------------------------------------------------
Testing
-------------------------------------------------------------------
To run the ods-kaspcheck test files, run the command :
ruby test/checker_test.rb
If you wish to test the checker locally before installing it, then
run the following command from <path_to_OpenDNSSEC>/auditor :
ruby -I lib test/checker_test.rb
-------------------------------------------------------------------
Running
-------------------------------------------------------------------
ods-kaspcheck [--conf path/to/conf.xml] [--kasp path/to/kasp.xml]
e.g. ods-kaspcheck --conf /etc/opendnssec/conf.xml
Any problems, please contact alex@nominet.org.uk