GOMEZ Henri wrote: > Hi !!! > > Where can I found HTML/CGI script to generate client certs (pem/p12) > with openssl. > At least can I pass parameters to ssleay/openssl (like cert password and > so one) on > command line ??? try with "ca -spkac" option once yoy have the information about the "requester" of the certificate, it should be something like that: ca -spkac data_of_the_requester -key your CA key -batch > certificate_file where the file data_of_the_requester is somthing like this: countryName = ES stateOrProvinceName = MADRID localityName = BOADILLA DEL MONTE organizationName = UNIVERSIDAD POLITECNICA DE MADRID organizationalUnitName = DLSIIS commonName = Juan Pablo Rojas Jimenez Email = [EMAIL PROTECTED] SPKAC= THE PUBLIC KEY GENERATED BY NETSCAPE ( OR IE ) I hope this will help you. Bye. > > > Thanks > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED]
begin:vcard n:Rojas Jimenez;Juan Pablo x-mozilla-html:FALSE org:Faculad de Informática;DDpto. de Lenguajes y Sistemas Infotmáticos. adr:;;;;;; version:2.1 email;internet:[EMAIL PROTECTED] title:Laboratorio de Teleinformática x-mozilla-cpt:;-31968 fn:Juan Pablo Rojas Jimenez end:vcard