After installing ICD-Web API as a windows service, downloading the package:
https://icd.who.int/docs/icd-api/ICDAPI-WindowsService/
When configuring the connection through https I get the following error:
The process was terminated due to an unhandled exception. ExceptionInfo: System.InvalidOperationException: Unable to configure HTTPSendpoint. No server certificate was specified, and the defaultdeveloper certificate could not be found or is out of date. Togenerate a developer certificate run 'dotnet dev-certs https'. Totrust the certificate (Windows and macOS only) run 'dotnet dev-certshttps --trust'
Is there a way to configure the security certificate through a parameter in the appsettings.json
file?