summaryrefslogtreecommitdiffstats
path: root/contrib/zkt/examples/views/dnssec-intern.conf
blob: d49fc94664b95e24acc7038e14036287364c7f95 (plain)
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
#   
#   	@(#) dnssec.conf vT0.96 (c) Feb 2005 - May 2008 Holger Zuleger hznet.de
#   

#   dnssec-zkt options
Zonedir:	"intern"
Recursive:	True
PrintTime:	False
PrintAge:	True
LeftJustify:	False

#   zone specific values
ResignInterval:	5h	# (18000 seconds)
Sigvalidity:	1d	# (86400 seconds)
Max_TTL:	30m	# (1800 seconds)
Propagation:	1m	# (60 seconds)
KEY_TTL:	30m	# (1800 seconds)
Serialformat:	unixtime

#   signing key parameters
KSK_lifetime:	1y	# (31536000 seconds)
KSK_algo:	RSASHA1	# (Algorithm ID 5)
KSK_bits:	1300
KSK_randfile:	"/dev/urandom"
ZSK_lifetime:	30d	# (2592000 seconds)
ZSK_algo:	RSASHA1	# (Algorithm ID 5)
ZSK_bits:	512
ZSK_randfile:	"/dev/urandom"

#   dnssec-signer options
LogFile:	"zkt-int.log"
LogLevel:	"debug"
SyslogFacility:	"none"
SyslogLevel:	"notice"
VerboseLog:	2
Keyfile:	"dnskey.db"
Zonefile:	"zone.db"
DLV_Domain:	""
Sig_Pseudorand:	True