1EXPCHK(1) User Contributed Perl Documentation EXPCHK(1)
2
3
4
6 expchk - Check a keyrec file for expired zones
7
9 expchk -all -expired -valid -warn numdays -zone zonename -count -help keyrec_files
10
12 expchk checks a set of keyrec files to determine if the zone keyrecs
13 are valid or expired. The type of zones displayed depends on the
14 options chosen; if no options are given the expired zones will be
15 listed.
16
18 -all
19 Display expiration information on all zones, expired or valid, in
20 the specified keyrec files.
21
22 -expired
23 Display expiration information on the expired zones in the
24 specified keyrec files. This is the default action.
25
26 -valid
27 Display expiration information on the valid zones in the specified
28 keyrec files.
29
30 -warn numdays
31 A warning will be given for each valid zone that will expire in
32 numdays days. This option has no effect on expired zones.
33
34 -zone zonename
35 Display expiration information on the zone specified in zonename.
36
37 -count
38 Only the count of matching zones (valid or expired) will be given.
39 If both types of zones are selected, then the count will be the
40 number of zones in the specified keyrec files.
41
42 -help
43 Display a usage message.
44
45 -Version
46 Displays the version information for expchk and the DNSSEC-Tools
47 package.
48
50 Copyright 2004-2014 SPARTA, Inc. All rights reserved. See the COPYING
51 file included with the DNSSEC-Tools package for details.
52
54 Wayne Morrison, tewok@tislabs.com
55
57 zonesigner(8)
58
59 Net::DNS::SEC::Tools::keyrec.pm(3)
60
61
62
63perl v5.28.1 2018-08-29 EXPCHK(1)