Missing subject field values in user certificate (Windows)
        Posted  
        
            by 
                nwang
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by nwang
        
        
        
        Published on 2012-10-18T22:59:53Z
        Indexed on 
            2012/10/18
            23:03 UTC
        
        
        Read the original article
        Hit count: 270
        
certificate
|certificate-authority
I am trying to enroll (on behalf of) a user certificate but certain fields appear to be missing in the subject field. Specifically, O and OU.
Using ADSI, I see that the fields have the values I want but when I generate the certificate using Enroll on Behalf, certreq.exe, or certmgr.msc (run as different user) O does not appear at all and OU values are the AD containers the user account belongs to. This occurs despite my specifying the values in my .inf for certreq and setting the values in certificate properties when using certmgr.msc.
Am I missing something or could I have configured something wrong? I am using an in internal CA.
© Server Fault or respective owner