TrustMan.pl

Langue: en

Version: 2007-05-22 (mandriva - 01/05/08)

Section: 1 (Commandes utilisateur)

NAME

TrustMan - manage keys used as trust anchors

SYNOPSIS

   TrustMan [options]
 
 

DESCRIPTION

TrustMan runs by default as a daemon to verify if keys stored locally in configuration files like named.conf still match the same keys as fetched from the zone where they are defined. If mismatches are detected, the daemon notifies the contact person defined in the config file or on the command line by mail.

TrustMan can also be run in the foreground (-f) to run this check a single time.

TrustMan can also be used to set up configuration data in the file dnssec-tools.conf for later use by the daemon, making fewer command line arguments necessary. Configuration data are stored in dnssec-tools.conf. The current version requires the dnssec-tools.conf file to be edited by hand to add values for the contact person's email address (tacontact) and the SMTP server (tasmtpserver). Also, the location of named.conf and dnsval.conf must also be added to that file, if necessary.

OPTIONS

-f
Run in the foreground.
-c
Create a configure file for TrustMan from the command line options given.
-o
Output file for configuration.
-k
A dnsval.conf file to read.
-n
A named.conf file to read.
-d
The domain to check (supersedes configuration file.)
-t
The number of seconds to sleep between checks. Default is 3600 (one hour.)
-m
Mail address for the contact person to whom reports should be sent.
-p
Log messages to stdout.
-L
Log messages to syslog.
-s
SMTP server TrustMan should use to send reports.
-N
Send report when there are no errors.
-v
Verbose.
-V
Version.
Copyright 2006 SPARTA, Inc. All rights reserved. See the COPYING file included with the DNSSEC-Tools package for details.

SEE ALSO

dnssec-tools.conf(5), dnsval.conf(5), named.conf(5)

POD ERRORS

Hey! The above document had some coding errors, which are explained below:
Around line 436:
=over should be: '=over' or '=over positive_number'
Around line 494:
=back doesn't take any parameters, but you said =back #unindent =head1 PRE-REQUISITES