1defaults(3) User Contributed Perl Documentation defaults(3)
2
3
4
6 Net::DNS::SEC::Tools::defaults - DNSSEC-Tools default values.
7
9 use Net::DNS::SEC::Tools::defaults;
10
11 %defs = dnssec_tools_alldefaults();
12
13 $defalg = dnssec_tools_default("algorithm");
14
15 $cz_path = dnssec_tools_default("zonecheck");
16
17 $ksklife = dnssec_tools_default("ksklife");
18
19 @default_names = dnssec_tools_defnames();
20
22 This module maintains a set of default values used by DNSSEC-Tools pro‐
23 grams. This allows these defaults to be centralized in a single place
24 and prevents them from being spread around multiple programs.
25
27 dnssec_tools_alldefaults()
28 This interface returns a copy of all the DNSSEC-Tools defaults in a
29 hash table.
30
31 dnssec_tools_default(default)
32 This interface returns the value of a DNSSEC-Tools default. The
33 interface is passed default, which is the name of a default to look
34 up. The value of this default is returned to the caller.
35
36 dnssec_tools_defnames()
37 This interface returns the names of all the DNSSEC-Tools defaults.
38 No default values are returned, but the default names returned by
39 dnssec_tools_defnames() may then be passed to
40 dnssec_tools_default().
41
43 The following are the defaults defined for DNSSEC-Tools.
44
45 admin-email
46 This default holds the default email address for the DNSSEC-Tools
47 administrator.
48
49 algorithm
50 This default holds the default encryption algorithm.
51
52 enddate
53 This default holds the default zone life, in seconds.
54
55 entropy_msg
56 This default indicates whether or not zonesigner should display an
57 entropy message.
58
59 keygen
60 This default holds the path to the key-generation program.
61
62 keygen-opts
63 This default hold a set of options for the key-generation program.
64
65 kskcount
66 This default holds the default number of KSK keys to generate for a
67 zone.
68
69 ksklength
70 This default holds the default length of a KSK key.
71
72 ksklife
73 This default holds the default lifespan of a KSK key. This is only
74 used for determining when to rollover the KSK key. Keys otherwise
75 have no concept of a lifespan. This is measured in seconds.
76
77 lifespan-max
78 This default is the maximum lifespan of a key.
79
80 lifespan-min
81 This default is the minimum lifespan of a key.
82
83 random
84 This default holds the default random number generator device.
85
86 rndc
87 This default is the default path of the BIND rndc program.
88
89 roll_logfile
90 This default is the path to rollerd's log file.
91
92 roll_loglevel
93 This default is the default logging level for rollerd.
94
95 roll_sleeptime
96 This default holds the default sleep time used by the rollerd
97 rollover daemon.
98
99 savekeys
100 This default indicates whether or not keys should be deleted when
101 they are no longer in use.
102
103 tanamedconffile
104 This default specifies the name of the named configuration file.
105
106 tadnsvalconffile
107 This default specifies the name of the dnsval configuration file.
108
109 tasleeptime
110 This default holds the default value for how long the daemon should
111 sleep.
112
113 tacontact
114 This is merely a placeholder for the contact information. There is
115 no useful default value for this.
116
117 tasmtpserver
118 This is merely a placeholder for the name of the SMTP server. There
119 is no useful default value for this.
120
121 usegui
122 This default indicates whether or not the DNSSEC-Tools GUI should
123 be used for option entry.
124
125 viewimage
126 This default holds the default image viewer.
127
128 zonecheck
129 This default holds the path to the zone-verification program.
130
131 zonecheck-opts
132 This default hold a set of options for the zone-verification pro‐
133 gram.
134
135 zonesign
136 This default holds the path to the zone-signing program.
137
138 zonesign-opts
139 This default hold a set of options for the zone-signing program.
140
141 zskcount
142 This default holds the default number of ZSK keys to generate for a
143 zone.
144
145 zsklength
146 This default holds the default length of the ZSK key.
147
148 zsklife
149 This default holds the default lifespan of the ZSK key. This is
150 only used for determining when to rollover the ZSK key. Keys oth‐
151 erwise have no concept of a lifespan. This is measured in seconds.
152
154 The following are the defaults holding the paths to the DNSSEC-Tools
155 programs.
156
157 blinkenlights
158 This default holds the path to the DNSSEC-Tools blinkenlights pro‐
159 gram.
160
161 cleanarch
162 This default holds the path to the DNSSEC-Tools cleanarch program.
163
164 cleankrf
165 This default holds the path to the DNSSEC-Tools cleankrf program.
166
167 dtconf
168 This default holds the path to the DNSSEC-Tools dtconf program.
169
170 dtconfchk
171 This default holds the path to the DNSSEC-Tools dtconfchk program.
172
173 dtdefs
174 This default holds the path to the DNSSEC-Tools dtdefs program.
175
176 dtinitconf
177 This default holds the path to the DNSSEC-Tools dtinitconf program.
178
179 expchk
180 This default holds the path to the DNSSEC-Tools expchk program.
181
182 fixkrf
183 This default holds the path to the DNSSEC-Tools fixkrf program.
184
185 genkrf
186 This default holds the path to the DNSSEC-Tools genkrf program.
187
188 getdnskeys
189 This default holds the path to the DNSSEC-Tools getdnskeys program.
190
191 keyarch
192 This default holds the path to the DNSSEC-Tools keyarch program.
193
194 krfcheck
195 This default holds the path to the DNSSEC-Tools krfcheck program.
196
197 lskrf
198 This default holds the path to the DNSSEC-Tools lskrf program.
199
200 lsroll
201 This default holds the path to the DNSSEC-Tools lsroll program.
202
203 rollchk
204 This default holds the path to the DNSSEC-Tools rollchk program.
205
206 rollctl
207 This default holds the path to the DNSSEC-Tools rollctl program.
208
209 rollerd
210 This default holds the path to the DNSSEC-Tools rollerd program.
211
212 rollinit
213 This default holds the path to the DNSSEC-Tools rollinit program.
214
215 rolllog
216 This default holds the path to the DNSSEC-Tools rolllog program.
217
218 rollrec-editor
219 This default holds the path to the DNSSEC-Tools rollrec-editor pro‐
220 gram.
221
222 rollset
223 This default holds the path to the DNSSEC-Tools rollset program.
224
225 signset-editor
226 This default holds the path to the DNSSEC-Tools signset-editor pro‐
227 gram.
228
229 tachk
230 This default holds the path to the DNSSEC-Tools tachk program.
231
232 timetrans
233 This default holds the path to the DNSSEC-Tools timetrans program.
234
235 trustman
236 This default holds the path to the DNSSEC-Tools trustman program.
237
238 zonesigner
239 This default holds the path to the DNSSEC-Tools zonesigner program.
240
242 Copyright 2006-2007 SPARTA, Inc. All rights reserved. See the COPYING
243 file included with the DNSSEC-Tools package for details.
244
246 Wayne Morrison, tewok@users.sourceforge.net
247
248
249
250perl v5.8.8 2008-02-15 defaults(3)