I'm using Windows server 2012 with my application run with ASP.NET WEB API 2 by self-host mode.
I'm trying to move all my services to https based, before buying a certificate, I need submit the Certificate Signing Request, from the vendor's documentation, the generating is started from a web host application, like Apache, IIS 6, IIS 7 and etc.
so what I supposed to do? Install the IIS though I won't use it or ?
thanks.