-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
33 lines (26 loc) · 885 Bytes
/
INSTALL
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
#
# dnssec-configure by Paul Wouters <[email protected]>
#
This package contains DNSSEC keys and tools to grab, use, update and configure
these DNSSEC keys for the Bind and Unbound nameserver.
REQUIREMENTS:
* python-dns from http://www.dnspython.org/"
- Fedora/EPEL: yum install python-dns
- Debian/Ubuntu: apt-get install python-dnspython (NOT python-dns!)
* pyparsing from http://pyparsing.wikispaces.com/
- Fedora/EPEL: yum install pyparsing
- Debian/Ubuntu: apt-get install python-pyparsing
* curl
* xmlto
* A DNSSEC capable nameserver, eg:
- Bind 9.3.3+ (but really try to use at least version 9.6.0)
- Unbound
* a properly working non-firewalled, UDP *and* TCP port 53 to the world
QUICK INSTALL:
make
make install
dnssec-configure --dnssec=on --dlv=on --production
Documentation:
man dnssec-configure
man dnskey-pull
more README.KEYS