0

Is it possible to use the same SSL certificate for a windows service and an ASP.NET MVC application in IIS.

Both the Windows service and the MVC app are hosted on a Windows Server 2008 machine with IIS 7.

The MVC web is accessed with www.mydomain.com, and the services are accesed through ip_address/myService/method...

mtomic
  • 3
  • 3
  • UPDATE: I've just started using the services with the URL: https://www.mydomain.com/service/myService/method... Sience the web and the service are on the same ip adress (the same machine), the url www.mydomain.com points to the web and the services. In that way the same certificate can be used for both. – mtomic Jan 14 '12 at 20:13

1 Answers1

0

SSL Certs are tied to domain names, not IP address. So I belive the answer to your question is no.

See:

ip based ssl certificate

Community
  • 1
  • 1
Jeff Sheldon
  • 2,074
  • 1
  • 14
  • 23