I'd like to form some certificate request using openssl req.
The wished user DN format is : CN=<name>,UID=<user id>,OU=<ou>,O=<o>
I use the following config file  (extract) :

[req_dn]
O                       = myorg
OU                      = myou
UID                     = myuserid
CN                      = my cn

I use to get this formulated DN on the request file : CN=my cn , 2.5.4.45=myuserid, 
OU=myorg,O=myorg

The oid 2.5.4.45 doesn't seems to match the UID's oid in netscape server which seems 
to be 0.9.2342.19200300.100.1.1 (information from internet explorer display of a 
certificate).
I tried to insert some oid section but it doesn't work (not sure of the syntax).

So how can i do to make openssl req formulate correct DN ?

Thanks.



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

Reply via email to