cordova-plugin-certificates
v0.6.4
Published
Cordova Certificate Plugin
Downloads
455
Maintainers
Readme
Certificate Plugin for Apache Cordova
cordova Plugin to configure SSL Certificates, currently used to enable usage of untrusted aka self-signed SSL certifcates
Feel free to donate
Documentation
Install
cordova plugin add cordova-plugin-certificatesFor Cordova-Android before 4.1.0 you need to install this version
cordova plugin add [email protected]Usage
Activate insecure certificates
cordova.plugins.certificates.trustUnsecureCerts(true)Dectivate insecure certificates
cordova.plugins.certificates.trustUnsecureCerts(false)Development
Running integration tests
execute the runIntegrationTests.sh script for a specific platform:
PLATFORM='android' ./runIntegrationTests.shPLATFORM='ios' ./runIntegrationTests.sh
