> I'm running openca openca-0.9.2-RC3, when I try to request a web server
> certificate I'm getting this error,
>
> Error 700
>    General Error. Your request has to include C=pt..
>
> I have check the Certificate Signing Request file and there are a "C=pt"
>
> "Certificate Request:
>     Data:
>         Version: 0 (0x0)
>         Subject: C=PT, ..."

The check works case sensitive. We use the operator eq and not a regular
expression here. The check is in cmds/pkcs10_req. There is a function
checkDNPolicy. Here you can find a line where we test ($baseElement eq
$item). If you change this to ($item =~ /$baseElement/i) then the problem
is solved for you.

Michael




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to