Microsoft KB Archive/928016

From BetaArchive Wiki
Knowledge Base


How to enable a CA to use the unmodified subject that is provided in the certificate request in Windows Server 2003

Article ID: 928016

Article Last Modified on 2/13/2007



APPLIES TO

  • Microsoft Windows Server 2003 R2 Standard Edition (32-bit x86)
  • Microsoft Windows Server 2003 Service Pack 1



INTRODUCTION

This article discusses how to configure a certification authority (CA) to use the unmodified subject that is supplied in the certificate request in Microsoft Windows Server 2003. When you do this, the original request preserves the subject if the template is configured to enable the request to supply the subject.

Note When you configure a CA to use the unmodified subject that is supplied in the certificate request, the policy module should not make any changes to the subject that is in the certificate request. This subject is also known as the relative distinguished name.

MORE INFORMATION

To enable a CA to use the unmodified subject, follow these steps:

  1. Click Start, click Run, type Cmd, and then click OK.
  2. At the command prompt, type Certutil –setreg ca\crlflags +CRLF_REBUILD_MODIFIED_SUBJECT_ONLY, and then press ENTER.
  3. At the command prompt, type net stop certsvc, and then press ENTER.
  4. At the command prompt, type net start certsvc, and then press ENTER.


Keywords: kbhowto kbcommandline kbcertservices kbarttypehowto kbinfo kbhowtomaster KB928016