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
23 programs. This allows these defaults to be centralized in a single
24 place 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 archivedir
50 This default holds the default directory in which keys will be
51 archived.
52
53 algorithm
54 This default holds the default encryption algorithm.
55
56 enddate
57 This default holds the default zone life, in seconds.
58
59 entropy_msg
60 This default indicates whether or not zonesigner should display an
61 entropy message.
62
63 keygen
64 This default holds the path to the key-generation program.
65
66 keygen-opts
67 This default hold a set of options for the key-generation program.
68
69 kskcount
70 This default holds the default number of KSK keys to generate for a
71 zone.
72
73 ksklength
74 This default holds the default length of a KSK key.
75
76 ksklife
77 This default holds the default lifespan of a KSK key. This is only
78 used for determining when to rollover the KSK key. Keys otherwise
79 have no concept of a lifespan. This is measured in seconds.
80
81 mailer-server
82 The mail server that will be contacted by dt_adminmail(). This is
83 passed to Mail::Send.
84
85 mailer-type
86 The type of mailer that will be contacted by dt_adminmail(). This
87 is passed to Mail::Mailer (by way of Mail::Send.) Any values
88 recognized by Mail::Mailer may be used here.
89
90 revperiod
91 This default holds the default revocation period of a KSK key. This
92 is the minimum period of time a revoked KSK is required to remain
93 in the signing set so that it is properly observed by resolvers.
94 This is measured in seconds.
95
96 lifespan-max
97 This default is the maximum lifespan of a key.
98
99 lifespan-min
100 This default is the minimum lifespan of a key.
101
102 log_tz
103 This default is the timezone to be used in log-message timestamps.
104
105 random
106 This default holds the default random number generator device.
107
108 rndc
109 This default is the default path of the BIND rndc program.
110
111 roll_loadzone
112 This default is flag indicates if rollerd should have the DNS
113 daemon reload its zones.
114
115 roll_logfile
116 This default is the path to rollerd's log file.
117
118 roll_loglevel
119 This default is the default logging level for rollerd.
120
121 roll_sleeptime
122 This default holds the default sleep time used by the rollerd
123 rollover daemon.
124
125 savekeys
126 This default indicates whether or not keys should be deleted when
127 they are no longer in use.
128
129 tacontact
130 This is merely a placeholder for the contact information. There is
131 no useful default value for this.
132
133 tadnsvalconffile
134 This default specifies the path of the dnsval configuration file.
135
136 tanamedconffile
137 This default specifies the path of the named configuration file.
138
139 taresolvconf
140 This default specifies the path to the DNS resolv.conf file.
141
142 tasleeptime
143 This default holds the default value for how long the daemon should
144 sleep.
145
146 tasmtpserver
147 This default specifies the name of the SMTP server.
148
149 tatmpdir
150 This default specifies the location of trustman's temporary
151 directory.
152
153 usegui
154 This default indicates whether or not the DNSSEC-Tools GUI should
155 be used for option entry.
156
157 zone_errors
158 This default holds the maximum number of consecutive errors a
159 particular zone may have before it is changed to be a skip zone.
160
161 zonecheck
162 This default holds the path to the zone-verification program.
163
164 zonecheck-opts
165 This default hold a set of options for the zone-verification
166 program.
167
168 zonesign
169 This default holds the path to the zone-signing program.
170
171 zonesign-opts
172 This default hold a set of options for the zone-signing program.
173
174 zskcount
175 This default holds the default number of ZSK keys to generate for a
176 zone.
177
178 zsklength
179 This default holds the default length of the ZSK key.
180
181 zsklife
182 This default holds the default lifespan of the ZSK key. This is
183 only used for determining when to rollover the ZSK key. Keys
184 otherwise have no concept of a lifespan. This is measured in
185 seconds.
186
188 The following are the defaults holding the paths to the DNSSEC-Tools
189 programs.
190
191 blinkenlights
192 This default holds the path to the DNSSEC-Tools blinkenlights
193 program.
194
195 cleanarch
196 This default holds the path to the DNSSEC-Tools cleanarch program.
197
198 cleankrf
199 This default holds the path to the DNSSEC-Tools cleankrf program.
200
201 dtconf
202 This default holds the path to the DNSSEC-Tools dtconf program.
203
204 dtconfchk
205 This default holds the path to the DNSSEC-Tools dtconfchk program.
206
207 dtdefs
208 This default holds the path to the DNSSEC-Tools dtdefs program.
209
210 dtinitconf
211 This default holds the path to the DNSSEC-Tools dtinitconf program.
212
213 expchk
214 This default holds the path to the DNSSEC-Tools expchk program.
215
216 fixkrf
217 This default holds the path to the DNSSEC-Tools fixkrf program.
218
219 genkrf
220 This default holds the path to the DNSSEC-Tools genkrf program.
221
222 getdnskeys
223 This default holds the path to the DNSSEC-Tools getdnskeys program.
224
225 keyarch
226 This default holds the path to the DNSSEC-Tools keyarch program.
227
228 krfcheck
229 This default holds the path to the DNSSEC-Tools krfcheck program.
230
231 lskrf
232 This default holds the path to the DNSSEC-Tools lskrf program.
233
234 lsroll
235 This default holds the path to the DNSSEC-Tools lsroll program.
236
237 rollchk
238 This default holds the path to the DNSSEC-Tools rollchk program.
239
240 rollctl
241 This default holds the path to the DNSSEC-Tools rollctl program.
242
243 rollerd
244 This default holds the path to the DNSSEC-Tools rollerd program.
245
246 rollinit
247 This default holds the path to the DNSSEC-Tools rollinit program.
248
249 rolllog
250 This default holds the path to the DNSSEC-Tools rolllog program.
251
252 rollrec-editor
253 This default holds the path to the DNSSEC-Tools rollrec-editor
254 program.
255
256 rollset
257 This default holds the path to the DNSSEC-Tools rollset program.
258
259 signset-editor
260 This default holds the path to the DNSSEC-Tools signset-editor
261 program.
262
263 tachk
264 This default holds the path to the DNSSEC-Tools tachk program.
265
266 timetrans
267 This default holds the path to the DNSSEC-Tools timetrans program.
268
269 trustman
270 This default holds the path to the DNSSEC-Tools trustman program.
271
272 zonesigner
273 This default holds the path to the DNSSEC-Tools zonesigner program.
274
276 Copyright 2006-2011 SPARTA, Inc. All rights reserved. See the COPYING
277 file included with the DNSSEC-Tools package for details.
278
280 Wayne Morrison, tewok@users.sourceforge.net
281
282
283
284perl v5.12.4 2011-09-09 defaults(3)