NAME
typekeygen - Key generator utility for use with Authen::Typekey modules
SYNOPSIS
typekeygen [-ovq --keys path/to/ouput/keys/file
--regkey path/to/output/public_keys/file --seed int]
--overwrite | o Overwrite key files if they exist.
--keys Fulle path and file name to output DSA keys to. This
file contains the private key. (Careful!) Default
is ./TYPEKEY
--regkey Full path and file name to write regkeys. Default
is ./regkeys.txt
--seed Key generation seed. A random one is generated if
not specified.
RUN MODES
--quiet | q Minimal screen output.
--verbose | v Verbose screen output. (Default)
--help | -? Help. (This screen)
DESCRIPTION
typekeygen is a command-line script for generating the DSA keys required by the TypeKey authentication services. The script will insert the keys appropriate keys into a two text files -- one private and one public.
DEPENDENCIES
Getopt::Long 2.33+
Pod::Usage;
Crypt::DSA;
SEE ALSO
http://www.movabletype.org/docs/tk-apps.html
http://www.typekey.com/
Authen::TypeKey, Authen::TypeKey::Sign, Apache::AuthTypeKey
AUTHOR & COPYRIGHT
Please see the Authen::TypeKey::Sign manpage for author, copyright, and license information.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 49:
=begin without a target?
- Around line 102:
'=end' without a target?