Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tart(1) [centos man page]

LinuxTaRT(1)							Signature Generator						      LinuxTaRT(1)

NAME
LinuxTaRT - generates email signatures SYNTAX
tart [options] DESCRIPTION
TaRT generates email signatures based on a variety of rules and settings. It can make use of a template to allow the user to produce 100% customized signatures. OPTIONS
-a, --add Prompt for a new tagline and enter it into the tagline database. (requires write permission on database file). -d, --display Display current signature and exit. -h, --help Display a help message and exit. -k, --kill Terminate TaRT in daemon mode. -p, --proc Display current status and PID (if applicable). -l, --license Display software license. -s, --setup Run built-in configuration tool. --daemon <seconds> Start in daemon momde and wait <seconds> seconds between updates. --template <filename> Run TaRT with the custom file specified here. --config <filename> Run TaRT with the config file specified here. The following options may be set in the configuration file. The command line parameters will override other settings. +/-c Enable/disable signature centering. (disabled) +/-cust Build signature based on template. (enabled) +/-n Enable/disable date in signature. (enabled) +/-q Enable/disable quiet mode. (disabled) +/-sd Enable/disable special dates. (enabled) +/-v Enable/disable TaRT version information in signature. (enabled) FILES
~/.tartrc Configuration file, the location and name of the following files can be set here. /etc/tart.tags Tagline database. Contains taglines, one per line. ~/.signature File where signature is written. ~/.tart-tustom Signature template. ~/.tartdates List of special dates. ENVIRONMENT VARIABLES
HOME Specifies the users home directory EXAMPLES
To run TaRT using default or stored settings: tart To run TaRT quietly: tart +q To run TaRT as a daemon and generate a new signature every 5 minutes: tart --daemon 300 VERSION
This man page was written for LinuxTaRT version 3.08 AUTHORS
Mark Veinot <mveinot@gmail.com> SEE ALSO
tartrc(5) tartdates(5) tart-custom(5) Mark Veinot 1.0.2 LinuxTaRT(1)

Check Out this Related Man Page

PESIGN(1)						      General Commands Manual							 PESIGN(1)

NAME
pesign - command line tool for signing UEFI applications SYNOPSIS
pesign [--in=infile | -i infile] [--out=outfile | -o outfile] [--token=token | -t token] [--certificate=nickname | -c nickname] [--force | -f] [--sign | -s] [--hash | -h] [--digest_type=digest | -d digest] [--show-signature | -S ] [--remove-signature | -r ] [--export-pubkey=outkey | -K outkey] [--export-cert=outcert | -C outcert] [--ascii-armor | -a] [--daemonize | -D] [--nofork | -N] DESCRIPTION
pesign is a command line tool for manipulating signatures and cryptographic digests of UEFI applications. OPTIONS
--in=infile Specify input binary. --out=outfile Specify output binary. --token=token Use the specified NSS token's certificate database. --certificate=nickname Use the certificate database entry with the specified nickname for signing. --force Overwrite output files. Without this parameter, pesign will refuse to overrite any output files which already exist. --sign Sign the input binary with the key specified by --certificate. --hash Display the cryptographic digest of the input binary on standard output. --digest_type=digest Use the specified digest in hashing and signing operations. By default, this value is "sha256". Use "--digest=help" to list the available digests. --show-signature Show information about the signature of the input binary. --remove-signature Remove the signature section from the binary. --export-pubkey=outkey Export the public key specified by --certificate to outkey --export-cert=outcert Export the certificate specified by --certificate to outcert --ascii Use ascii armoring on exported certificates. --daemonize Spawn a daemon for use with pesign-client(1) --nofork Do not fork when using --daemonize. SEE ALSO
pesign-client(1) AUTHORS
Peter Jones Thu Jun 21 2012 PESIGN(1)
Man Page