We are trying to establish 2-way SSL, or mutual authentication in IIS 7.5
We are using this article as a guide:
http://manyrootsofallevilrants.blogspot.com/2012/11/configure-ssl-mutual-two-way.html
This article suggests we use the other party's Client Certificate.
However, they insist on sending us an Intermediate Certificate.
Can anyone comment on how we should set up 2-way SSL using an intermediate certificate?
(Side Note: The site we are trying to secure is a WCF REST web service with WCF POST methods. I am hoping we can set up 2-Way SSL at the IIS level to avoid making changes in the WCF application).
Go to the complete details ...