The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

OpenCA::REQ - Perl extension to easily manage Cert REQUESTs

SYNOPSIS

  use OpenCA::REQ;

DESCRIPTION

Sorry, no help available. The REQ module is capable of importing request like this:

        -----BEGIN HEADER-----
        VAR = NAME
        VAR = NAME
        ...
        -----END HEADER-----
        (real request text here)
        -----BEGIN PKCS7-----
        (pkcs#7 signature here
        -----END PKCS7-----

The Real request text can be a request in every form ( DER|PEM ) or textual (called SPKAC|CRR datatype). The syntax of the latters is VAR = NAME on each line (just like the HEADER section).

AUTHOR

Massimiliano Pala <madwolf@openca.org>

SEE ALSO

OpenCA::OpenSSL, OpenCA::X509, OpenCA::CRL, OpenCA::Configuration, OpenCA::TRIStateCGI, OpenCA::Tools