Hi,
I'm trying to add a custom attribute (UID) to the subject name of certificates but could not figure how to do it..
I'm trying to achive exactly what Brian Komar mentioned @ http://social.technet.microsoft.com/Forums/en-US/winserversecurity/thread/3a55f111-14eb-40ac-baad-6e62f999c1f5
I'm using certreq with an .inf but no luck so far... appreciate any help\pointers to the solution.
The following is one example of many .inf variations that I've tried.
[NewRequest]
Subject = "CN=User,OID.0.9.2342.19200300.100.1.1=131313,OU=Corporate,O=SomeOrg,C=FR,E=A@A.com"
Exportable = TRUE
KeyLength = 1024
KeySpec = 2
MachineKeySet = FALSE
RequestType = CMC
[EnhancedKeyUsageExtension]
OID 0.9.2342.19200300.100.1.1
[RequestAttributes]
CertificateTemplate = "TemplateName"
SAN="Email=A@A.COM&0.9.2342.19200300.100.1.1"