0.9.1 • Published 6 years ago

cordova-plugin-certificates-pp-fork v0.9.1

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

Certificate Plugin for Apache Cordova

For Android only. Modified hyper2k's code

cordova Plugin to configure SSL Certificates, currently used to enable usage of untrusted aka self-signed SSL certifcates

NPM

Documentation

Install

cordova plugin add cordova-plugin-certificates

Usage

Activate insecure certificates

cordova.plugins.certificates.trustUnsecureCerts(true)

Dectivate insecure certificates

cordova.plugins.certificates.trustUnsecureCerts(false)