I am currently implementing WEB APIs on dotnet core 3.1, which will be called by an ios app developed by react-native.
Apple requires secure connections.
I searched intensively on the web, but I was unable to find how to import the security certificate into my WEB API.
Can someone help me?