Many self hosted SSL owin servers

I have a scenario where I have upwards of 100+ self hosted owin servers (webapi). I communicate with these self hosted servers from another web application hosted on IIS.

I need this communication to be over SSL. I have a couple of questions

  • How do I setup SSL with a self hosted owin server?
  • Can I purchase one SSL and install on the one webapp and on the 100+ self hosted servers?

  • Selfhost url and ssl setup docs: http://katanaproject.codeplex.com/wikipage?title=Selfhosting&referringTitle=Documentation.

    SSL sertificates are for specific domains. You can get one that covers multiple domains, but those are more expensive.

    链接地址: http://www.djcxy.com/p/95102.html

    上一篇: 设置OWIN自我的详细程度

    下一篇: 许多自己托管的SSL owin服务器