Page 1 of 1

Web API and SSL Certitifcates

PostPosted: Mon Mar 12, 2018 8:45 am
by SBarnes
Hi Mike,

Is there a set of instructions on setting up the Self hosted API to use SSL or is it similar to doing it for the ASP.Net Web API with the netsh command?

Thanks

Re: Web API and SSL Certitifcates  Topic is solved

PostPosted: Mon Mar 12, 2018 9:01 am
by Mike.Sheen
SBarnes wrote:or is it similar to doing it for the ASP.Net Web API with the netsh command?

Hi Stuart,

That's exactly what it is - once a certificate is in the certificate store of the machine hosting the Jiwa API Service, it'll work as long as the URLBase in the JiwaAPISelfHostedService.exe.config settings file matches the certificate.

Mike

Re: Web API and SSL Certitifcates

PostPosted: Mon Mar 12, 2018 9:04 am
by SBarnes
Thanks.