FreeBSD Manual Pages
REQ(3) User Contributed Perl Documentation REQ(3) 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 perl v5.32.0 2010-02-23 REQ(3)
NAME | SYNOPSIS | DESCRIPTION | AUTHOR | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=OpenCA::REQ&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>