I think everything is set up correctly, but I am obviously missing something. I have tried with a series of certificates, all of which exist in the correct store, are trusted, scoped, and to which the app pool identity has full permissions.
I could really use some guidance on how to proceed.
I am getting the error in the subject with the following configuation.
<certificateReference x509FindType="FindByThumbprint" findValue="E3F133E9C9ACFF94A870B288284A26AD7C406843" storeLocation="LocalMachine" storeName="My" />
The app pool for the site receiving the error has access to the certificate's private key. The certificate does exist in the store:
Directory: Microsoft.PowerShell.Security\Certificate::LocalMachine\My Thumbprint Subject ---------- ------- E3F133E9C9ACFF94A870B288284A26AD7C406843 CN=trs-... 1DFF7DBCD7E7E32860E5E32DE84D01CB88FF48D5 CN=*.trs... 02FB3D689229A9711EE8C8465F83203822B440C6 CN=Thr... 9F3F0E28F31E421B008293D6C65B880CD325000B CN=trs...The certificate is intended for the following purpose(s):
Ensures the identity of a remote computer
All issuance policies
Please let me know what I am doing incorrectly.
Thanks,
Kyle
Kyle Fulton