0
votes

Hi i am trying to implement ssl pinning for my ios app. Where do I get my certificate for my firebase cloud functions endpoints? I want SSL pinning to prevent man in the middle attack. Thank you for the help.

1
Idk but I need a certificate file for my ios app so I can implement SSL pinning. - dz009

1 Answers

0
votes

You can download a Google certificate using "openssl" command. Several solutions you can find in this ServerFault question. Also, I found a pretty similar question in StackOverflow here.