OpenCA::REQ.3pm

Langue: en

Autres versions - même langue

Version: 2007-09-21 (openSuse - 09/10/07)

Section: 3 (Bibliothèques de fonctions)

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