forked from opendnssec/opendnssec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
36 lines (21 loc) · 889 Bytes
/
README
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
$Id$
INTRODUCTION
OpenDNSSEC was created as an open-source turn-key solution for DNSSEC.
It secures zone data just before it is published in an authoritative
name server.
MORE INFORMATION
More informnation can be found at the project website available at
http://www.opendnssec.org/ and on the development WIKI at
http://wiki.opendnssec.org/.
Information about announcements, bug reporting and mailing lists can
be found at http://www.opendnssec.org/support/.
DEPENDENCIES
OpenDNSSEC depends on a number of external packages:
- libxml2 (including xmllint)
- LDNS
- SQLite3
To run OpenDNSSEC, one must have at least one crypto module providing a
PKCS#11 library, e.g. SoftHSM (http://www.opendnssec.org/softHSM)
When building from the subversion repository, the following dependencies
are also needed:
- A Java runtime environment (JRE/JDK)