You can use certutil.exe to dump and display certification authority (CA) configuration information, configure Certificate Services, backup and restore CA components, and verify certificates, key pairs, and certificate chains.
Computer certificate is installed by command CertUtil -addstore but failed for authentication
Dear experts,
Recently we face an issue in Windows 10 for computer certificate EAP-TLS authentication.
We are using computer certificate for EAP-TLS authentication, we already downloaded computer certificate in local,then we installed computer certificate by below command:
CertUtil -addstore My %cert_file%
We can install the computer certificate successfully, but when we tried to connect with the WI-FI by EAP-TLS method, it failed to connect with the WI-FI.
We checked the RADIUS server and found the reason may relate to the username, the username always like "host/username" and the error in RADIUS shows "Endpoint abandoned EAP session and started new". We think if we can get rid of "host/" for the username, we may resolve this problem.
I also tried install the computer certificate manually, it is working well after install and do not have "host/username" issue. Is there any command that can install computer certificate in windows 10 just like manually install?
(certreq -accept -machine %cert_file% command also tired, it may working well on older version but not in windows 10)
Windows for business Windows Server Devices and deployment Configure application groups
Windows for business Windows Client for IT Pros User experience Other
1 additional answer
Sort by: Most helpful
-
Wenjia Wang 21 Reputation points
2021-12-14T08:18:21.457+00:00 “certreq -accept -machine %cert_file%”
This command can install the computer certificate and the certificate can be used for EAP-TLS authentication.Just one point need to be pay attention:
When create CSR for computer certificate MachineKeySet must be set as True "MachineKeySet = Ture".If "MachineKeySet = False" “certreq -accept -machine %cert_file%” will get error.