Net::DNS::SEC::Tools::defaults - DNSSEC-Tools default values.
use Net::DNS::SEC::Tools::defaults;
%defs = dnssec_tools_alldefaults();
$defalg = dnssec_tools_default("algorithm");
$cz_path = dnssec_tools_default("zonecheck");
$ksklife = dnssec_tools_default("ksklife");
@default_names = dnssec_tools_defnames();
This module maintains a set of default values used by DNSSEC-Tools programs. This allows these defaults to be centralized in a single place and prevents them from being spread around multiple programs.
This interface returns a copy of all the DNSSEC-Tools defaults in a hash table.
This interface returns the value of a DNSSEC-Tools default. The interface is passed default, which is the name of a default to look up. The value of this default is returned to the caller.
This interface returns the names of all the DNSSEC-Tools defaults. No default values are returned, but the default names returned by dnssec_tools_defnames() may then be passed to dnssec_tools_default().
The following are the defaults defined for DNSSEC-Tools.
This default holds the default email address for the DNSSEC-Tools administrator.
This default holds the default encryption algorithm.
This default holds the default zone life, in seconds.
This default indicates whether or not zonesigner should display an entropy message.
This default holds the path to the key-archiving program.
This default holds the path to the key-generation program.
This default holds the default number of KSK keys to generate for a zone.
This default holds the default length of a KSK key.
This default holds the default lifespan of a KSK key. This is only used for determining when to rollover the KSK key. Keys otherwise have no concept of a lifespan. This is measured in seconds.
This default is the maximum lifespan of a key.
This default is the minimum lifespan of a key.
This default holds the default random number generator device.
This default is the default path of the BIND rndc program.
This default is the path to rollerd's log file.
This default is the default logging level for rollerd.
This default holds the default sleep time used by the rollerd rollover daemon.
This default indicates whether or not keys should be deleted when they are no longer in use.
This default specifies the name of the named configuration file.
This default specifies the name of the dnsval configuration file.
This default holds the default value for how long the daemon should sleep.
This is merely a placeholder for the contact information. There is no useful default value for this.
This is merely a placeholder for the name of the smtpserver. There is no useful default value for this.
This default indicates whether or not the DNSSEC-Tools GUI should be used for option entry.
This default holds the default image viewer.
This default holds the path to the zone-verification program.
This default holds the path to the zone-signing program.
This default is the path to the zonesigner program.
This default holds the default number of ZSK keys to generate for a zone.
This default holds the default length of the ZSK key.
This default holds the default lifespan of the ZSK key. This is only used for determining when to rollover the ZSK key. Keys otherwise have no concept of a lifespan. This is measured in seconds.
Copyright 2006-2007 SPARTA, Inc. All rights reserved. See the COPYING file included with the DNSSEC-Tools package for details.
Wayne Morrison, tewok@users.sourceforge.net