We are developing an IBM MobileFirst 7.1 Hybrid mobile application, and planning to use the certificate pinning feature.
We can find information on IBM website about the SSL certificate pinning on IBM MobileFirst website : Here is a post in the IBM Knowledge Center and Here is a tutorial and its sample project/code
All these resources are great, but I have some questions :
- Are there any advantages to use native certificate pinning implementation for Android and iOS when my application is a hybrid application ?
- If I use the hybrid environment code, will the SSL certificate be included in the wlapp, and then can be updated using direct update ?
- Does the hybrid implementation of certificate pinning work on WindowsPhone 8 (Hybrid app for Silverlight environment) ?
- In the tutorial video, I have seen that when SSL pinning is ON, and we call a URL outside our server (google for example) it will fail. Does this mean google maps will fail loading if I enable certificate pinning ?
- What happen when the SSL certificate is revoked ?
- What happen when the SSL certificate is expired ?
- What is the best SSL renewal strategy to keep certificate pinning working and the application up while updating our server SSL certificate ?
Please advice