1GETDS(1)              User Contributed Perl Documentation             GETDS(1)
2
3
4

NAME

6       getds - Create a DS record from DNSKEYing information
7

SYNOPSIS

9         getds <domain>
10

DESCRIPTION

12       getds will create a DS record from DNSKEYs for the specified DNS
13       domain.  It does this by converting DNSKEYs to DS records using the
14       specified hashing algorithm.  The results can then be passed to
15       upstream DNSSEC-supporting parents or to DLV registries.
16
17       getds will also pull the parent's published DS records and compare them
18       against the existing keys.  It will then list any DS records not
19       published in the parent, as well as any DS records that are published
20       in the parent but which don't match an existing key.
21

OPTIONS

23       getds takes the following options:
24
25       -a ALGORITHMS
26       --hash-algorithm algorithm ALGORITHMS
27           This option specifies the hash algorithm to use when converting
28           DNSKEYs to DS records.  It may be a comma-separated list if
29           multiple algorithms are desired.  The algorithms to choose from may
30           be either SHA256 or SHA1.
31
32           The default is SHA256,SHA1
33
34       -z
35       --print-zsks
36           This option causes getds to print ZSK DS records, as well as KSK
37           records.
38
39       -p
40       --dont-check-parent
41           Instructs getds to not check the records in the parent for their
42           published DS records.
43
44       -q
45       --quiet
46           Produces quiet output with no explanatory headers.  In other words,
47           it only prints the DS records generated from the DNSKEYs.
48
49           Note: Running with -q implies -p.
50

SECURITY CONSIDERATIONS

52       By default, getds pulls data from the live DNS.  If your DNS resolver
53       isn't configured so that this is pulled securely, then the results
54       can't be trusted.
55
57       Copyright 2008-2011 SPARTA, Inc.  All rights reserved.  See the COPYING
58       file included with the DNSSEC-Tools package for details.
59

AUTHOR

61       Wes Hardaker, hardaker AT AT AT users.sourceforge.net
62
63
64
65perl v5.12.4                      2011-10-12                          GETDS(1)
Impressum