Hello,
I have followed all the steps in this tutorial: http://www.hurryupandwait.io/blog/certificate-password-less-based-authentication-in-winrm
to setup a passwordless ssl based authentication between a centos 7 local VM (where ansible is installed) and a Windows 10 VM and it works perfectly.
The problem is when I tried to execute the same steps on a Windows 2012 server (the development server) it failed when executing the mapping command:
New-Item -Path WSMan:\localhost\ClientCertifcate -Subject * -Issuer 7C8… -Credential (Get-Credential) -Force
the error indicated that it couldn’t do the mapping because it couldn’t find the certificate in the certificate store (I’m sure that the certificate is in the right place).
please any help, I have been stuck int this step for months now.