NAME

EJBCA::CrlPublish::Run

SYNOPSIS

Implements the /usr/bin/crlpublish script.

PREFERRED INVOCATION

/usr/bin/crlpublish [arguments]

ALTERNATE INVOCATION

perl -e 'use EJBCA::CrlPublish::Run' [arguments]

DEVELOPER NOTES

Since it implements an executable script, this module must control the exit value, and therefore would interrupt startup if included by "use" or "require" in another program.

To publish from within another program, use EJBCA::CrlPublish instead.

AUTHOR

Kevin Cody-Little <kcody@cpan.org>