Appdome is a no-code mobile integration platform as a service (iPaaS), supporting a wide variety of implementations for Android and iOS apps.
This Knowledge Base article explains how to implement Certificate Pinning to verify MobileIron Sentry certificate trust.
We hope you find it useful and enjoy using Appdome!
When Fusing apps on Appdome with the MobileIron SDK you can enable them for Sentry Certificate Pinning.
You will always want to make sure that your client certificate is indeed trusted by your MobileIron Sentry before you Build your app with Sentry Certificate Pinning. This trust is required when apps access your intranet via the MobileIron Sentry tunnel.
Your MobileIron Sentry must be resolvable and accessible over the internet.
In order to use Appdome’s no code implementation of MobileIron Sentry, you’ll need:
Generate a client certificate using the same Certificate Authority (CA) trusted by your MobileIron Sentry. See below how to locate the trusted CA in your MobileIron Core:
If the browser continues to the next step your client certificate is trusted by the MobileIron Sentry. Otherwise, it is not trusted.
Optional test: You can openssl command line tool to verify the certificate:
openssl s_client -cert myCert.pem -key myCert.key -connect https://my.sentry.com:443 -debug
Once it stops printing out certificate information, just type HTTP protocol command to get main page on that URL and press enter:
GET /
It should give you bit more binary data and successfully decrypt expected HTML page and dump it on the screen.
After you have added MobileIron Sentry SDK to any Mobile App on Appdome, there are a few additional steps needed to complete your mobile integration project.
Appdome is a full featured mobile integration platform. Within Context™, Appdome users can brand the app, including adding a favicon to denote the new service added to the app.
For more information on the range of options available in Context™, please read this knowledge base article.
In order to deploy an Appdome-Built app, it must be signed. Signing iOS app and Signing an Android app are easy using Appdome. Alternatively, you can use Private Signing, download your unsigned app and sign locally using your own signing methods.
Once you have signed your Appdome-Built app, you can download to deploy it using your distribution method of choice. For more information on deploying your Appdome-Built apps, please read this knowledge base.
That is it – Enjoy Appdome for AppConfig in your app!
Check out Appdome blog or request a demo at any time.
If you have any questions, please send them our way at support@appdome.com or via the chat window on the Appdome platform.
Thanks for visiting Appdome! Our mission is to make mobile integration easy. We hope we’re living up to the mission with your project. If you don’t already have an account, you can sign up for free.