hi,

1-
  I am new to OpenCA... after having passed de openssl SNAP problem (-subj) 
I got around another one. The apache error_log indicate "Subject does not 
start with '/'." when I try to create the CA certif request (init process). 
so i changed the cgi-ca/cmds/genCAReq and changed line 54:
- SUBJECT => "$dn",
+ SUBJECT => "/$dn",
  Well the error was no more there, so I thought this was fine (sincerely 
not understanding what I was modifying). But to my surprise, when I later 
imported the CA certificate in my IE, the certificate had no value to its 
attribute (emitted by, emitted for, ...), that is to say none of the values 
I entered during the init process.
  Does someone know where is my problem ?

2-
  I though "well I see that later, let's try a new client certificate 
request" (IE one). I passed all the steps consisting in fillinf in the 
forms. But in the end, when i pressed "Confirm..." button, IE indicated me 
an error. Curiously, the html page does not contains any ref to a Script 
altought the "Confirm..." button tries to call a script method. Maybe 
that's not the problem, but the point is that I am not able to confirm my 
certification request...
  Any idea ?

I am using OpenCA version: 0.8.1 and perl 5.6.0
I tryied with the lastest (?) snap OpenCA-SNAP-20020601 (and perl 5.6.1) 
but did not managed to compile it.

  Thanks indeed,
  Benoit BERTRAND


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

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

Reply via email to