How to Change the Name of a Certificate Server

After you install Certificate Services, Windows doesn't let you change the name of the machine. Here's how you can overcome this restriction.

Murat Yildirimoglu

March 3, 2009

1 Min Read
ITPro Today logo

This is a reader-submitted article, published "as is" and unedited by Windows IT Pro staff. As such, Windows IT Pro is not liable for any inaccuracy, omission, or misrepresentation herein. It is the reader’s responsibility to verify the accuracy of the content presented here.

Certificate services allow us to create a Certification Authority (CA). This CA is typically used for encrypting the content of a Web site. After the certificate services are installed, Windows does not allow us to change the name of the machine, nor the the domain it belongs to. But you can easily overcome this restriction.

First, some background information: The information about installed services is stored in the registry, under HKLMSystemCurrentControlSetServices key. Info about Certificate Services is stored under "CertSvc" title.

Now, the procedure goes like this:

  1. Using the Regedit registry editor, export "CertSvc" value to a file then delete "CertSvc" value.

  2. Restart the computer.

  3. Rename the computer and before restarting the computer, import the content of the file you created before.

  4. Restart the computer.

Interestingly, the Certification Authority management console reports the server with its former name, but this does not cause any problem: Certificate Services distributes certificates happily.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like