Score:0

Server Certificate Missing IIS

br flag

IIS Manager Missing Server Certificates

I have a server, CPTE230B, which has IIS installed, and IIS Management Tools. I need to add a server certificate from my AD Certificate Server, but that option does not show up in IIS manager. Is there something I'm missing which causes that option to not show up? (To answer a common question, yes, I am clicking on the server level, not the site level.)

Score:0
vn flag

You don't see Server Certificates, because for various reasons Microsoft decides that option can only be managed on the server itself and not in any way remotely.

Thus, you have to connect via remote desktop first, and open IIS Manager on that server to change certificate settings, or use other ways (such as PowerShell) to configure certificates.

Score:0
cn flag

One thing you can do is to check the file:

C:\Windows\System32\inetsrv\config\administration.config

there should be an entry like this:

<add name="Certificates" type="Microsoft.Web.Management.Iis.Certificates.CertificatesModuleProvider, Microsoft.Web.Management.Iis, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />

and further down:

<add name="Certificates" />

If those are not there, you can try to add them (make a backup first).

If that doesn't help or your IIS-Manager breaks, roll-back.

You may also want to compare the file with one on a server that has the certificate icon.

Take That 101 avatar
br flag
Thanks for the idea. Sadly, I checked and I have both of those entries.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.