Miroslav Hrad schrieb:
> 
> Hello,
>   Requests in IE are NOW CORRECT:
> 
> > (from -error_log:
> > 11189:error:0906D06C:PEM routines:PEM_read_bio:no start 
>line:pem_lib.c:622:Expecting: CERTIFICATE REQUEST
> 
> It's due to missing:
>   -----BEGIN CERTIFICATE REQUEST-----
> and -----END CERTIFICATE REQUEST-----
> 
> so as you fill something like:
>   $txt .= "-----BEGIN CERTIFICATE REQUEST-----\n";
>   $txt .= "$request";
>   $txt .= "-----END CERTIFICATE REQUEST-----";
> 
> into OpenCA/lib/cmds/ie_req (instead of only $txt .= "$request"; line cca 260) or 
>somewhere else :-).
> you can see success too.
> (don't forget read/use my yesterday notices (in this mail)).

Fixed. The changes are only present in the CVS. Sorry for my actual
ignorance but I have an exam tomorrow and another next week.

Michael
-- 
-------------------------------------------------------------------
Michael Bell                   Email (private): [EMAIL PROTECTED]
Rechenzentrum - Datacenter     Email:  [EMAIL PROTECTED]
Humboldt-University of Berlin  Tel.: +49 (0)30-2093 2482
Unter den Linden 6             Fax:  +49 (0)30-2093 2959
10099 Berlin
Germany                                       http://www.openca.org

_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to