1FIXKRF(1) User Contributed Perl Documentation FIXKRF(1)
2
3
4
6 fixkrf - Fixes DNSSEC-Tools keyrec files whose encryption key files
7 have been moved
8
10 fixkrf [options] <keyrec-file> <dir 1> ... <dir N>
11
13 fixkrf checks a specified keyrec file to ensure that the referenced
14 encryption key files exist where listed. If a key is not where the
15 keyrec specifies it should be, then fixkrf will search the given
16 directories for those keys and adjust the keyrec to match reality. If
17 a key of a particular filename is found in multiple places, a warning
18 will be printed and the keyrec file will not be changed for that key.
19
21 -list
22 Display output about missing keys, but don't fix the keyrec file.
23
24 -verbose
25 Display output about found keys as well as missing keys.
26
27 -Version
28 Display version information for fixkrf and DNSSEC-Tools.
29
30 -help
31 Display a usage message.
32
34 Copyright 2004-2014 SPARTA, Inc. All rights reserved. See the COPYING
35 file included with the DNSSEC-Tools package for details.
36
38 Wayne Morrison, tewok@tislabs.com
39
41 cleankrf(8), genkrf(8), lskrf(8), zonesigner(8)
42
43 Net::DNS::SEC::Tools::keyrec.pm(3)
44
45 file-keyrec.pm(5)
46
47
48
49perl v5.38.0 2023-07-19 FIXKRF(1)