this is very basic.

pkcs#10  is the standard request format.
under normal circumstances, the client ( person who requests a certificate)
sends a pkcs#10 to the ca and the ca signs this request.

in openssl this is done with

openssl ca -in thePKCS#10.pem -out theCert.pem,

using different options for CA-name, validity, keyfile, directories,
extensions, batch mode, ...
you find this with 

man ca

Best regards,
Michael

Am 2002-11-07 21:30 Uhr schrieb "Oblio" unter <[EMAIL PROTECTED]>:

> Does anyone know what to do with a PKCS#10 cert request?
> 
> Oblio
> 
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]

-- 
************************************************************************
Karl-Michael Werzowa
A-1190 Wien, Paradisgasse 28/4/6
+43 (664)302 4511,  fax +43 (1)328 1992 14
[EMAIL PROTECTED], [EMAIL PROTECTED]
************************************************************************

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to