Installation
Installation
If you have not already setup Ionic Enterprise in your app, follow the one-time setup steps.
Next, install the plugin:
Capacitor
npm install @ionic-enterprise/ssl-pinning
npx cap sync
Capacitor Configuration
In order to enable SSL pinning, you need to setup your Capacitor configuration to enable network requests to be routed through the CapacitorHttp
plugin and configure the path to your certificates.
See Configuration for more information.