I am attempting to join a server to an existing farm which uses SQL. My script and the error I receive are below,
Script - .\Fsconfig.exe JoinSQLFarm /ServiceAccount Domain\ADFedService /ServiceAccountPassword Password /SQLConnectionString “Database=AdfsConfiguration;server=AB-1234DB100;integrated security=SSPI” /CertThumbprint "51 25 XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX"
Error - Failed: An error occurred during an attempt to perform the configuration task: A certificate with the thumbprint 21CCXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX was not found in the My certificate store.
The “51 25” cert is bound to the Default Web Site on the primary ADFS server for 443. I bound this same cert to the DWS on the ADFS server I am attempting to add When I run the script it is asking for a cert “21CC” which is a cert I do not recognize. I looked
through all of the certs on the primary under "Certificates (Local Computer)\Personal\Certificates" and have added them all to the new one, including the Trusted Root and Intermediates. None of the thumbprints on the primary match “21CC” I don't
know where it is getting this from.
It is always possible that I am not getting this straight.
Thanks