0

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?

3
  • Does this answer your question? stackoverflow.com/questions/54705485/… Commented Mar 9, 2020 at 15:58
  • No, because in the post you linked, it is specified how to add redirection and endpoints for https. I need the steps for importing the certificate (in the post the dotnet developer was used "dotnet dev-certs https --trust" ). Commented Mar 9, 2020 at 16:07
  • API itself has nothing to do with the certificate. You need to configure the certificate on hosting environment like IIS, Azure Web App and make it available over HTTPS only. Commented Mar 9, 2020 at 18:43

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.