
typekeygen - Key generator utility for use with Authen::Typekey modules

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)

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.

Getopt::Long 2.33+ Pod::Usage; Crypt::DSA;

http://www.movabletype.org/docs/tk-apps.html
Authen::TypeKey, Authen::TypeKey::Sign, Apache::AuthTypeKey

Please see the Authen::TypeKey::Sign manpage for author, copyright, and license information.