Microsoft Certificate Authority - "You have a private key that corresponds to this certificate." is missing on all certificates except one.
Hi,
I am trying to create a computer certificate to be installed on IAS ( Microsoft Internet Authentication Service ) server.
VPN client cannot connect using PEAP and I have been told that it may be because the certificates installed do not have a private key associated.
According to :
http://technet.microsoft.com/en-us/library/cc728239(WS.10).aspxCertificates on the Authenticating Servers
For the computer certificates installed on the authenticating servers (either the VPN servers or the IAS servers), the following must be true:
" They must be installed in the Local Computer certificate store.
" They must have a corresponding private key.
And also according to :
http://technet.microsoft.com/ru-ru/library/cc755923(WS.10).aspxTo verify that the computer certificate for the IAS server meets all requirements
1. From the Certificates console, double-click the certificate to open it.
2. On the General tab, confirm that You have a private key that corresponds to this certificate appears.
3. On the Details tab, under Field, click Enhanced Key Usage, and then confirm that there is an object identifier for Server Authentication (1.3.6.1.5.5.7.3.1).
4. On the Details tab, under Field, click Subject Alternative Name, and then confirm that the fully qualified domain name (FQDN) of the computer account for the IAS server (for example, DNS Name=IASServerName.TestDom
ainName.co
m) appears.
5. On the Certification Path tab, confirm that a valid certification path appears and that the statement This certificate is OK appears.
The only certificate that has this private key that corresponds to it is one that was issued by a stand-alone Microsoft certification authority in the DMZ on September 12.
Unfortunately, that certificate that has the private key also has an empty subject field and that makes it invisible for the IAS server Protected EAP Properties window.
Since I am a beginner with CAs I thought that I should install an Enterprise Root CA for making the certificate visible to the IAS server ( I did not realize that the missing subject field may be the cause).
So later I tried to install an Enterprise Root CA and none of the certificate issued by this new CAs have this "You have a private key that corresponds to this certificate." Message in the general tab of the certificates, regardless of the certificate template chosen.
Any help in understanding why all the certificates issued by this Enterprise Root CA are missing this private key would be appreciated.
Thank you.