0
votes

I am trying to wrap my head around how this should be set up correctly. I have two certificates, a client certificate and a service certificate. I've placed these in the MMC, on the service account for the host instance that handles the send port. So the client certificate is placed in the Personal folder and the service certificate is placed in the Trusted People folder.

I've tried using several "Find" methods to locate these certificates, such as thumbrprint and serial number, but I always get a "Certificate not found" exception back.

My current settings on the adapter. Client certificate:

enter image description here

Service certificate: enter image description here

My settings for Authentication: enter image description here

SSL Certificate Authentication settings: enter image description here

What is the correct way to add the certificates to the different stores, so that they can be located by Biztalk? I've found the MSDN documentation on the topic, but it doesn't really provide any answers: https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/wcf/clientcertificate-of-clientcredentials-element

1

1 Answers

0
votes

You have to be logged in as the BizTalk Service Account to manage Certificates. Run As doesn't typically work.

Other than that, the instructions should be correct.