Skip to content

freddyz/cordova-certificate-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Certificate Plugin for Apache Cordova

Build Status npm versionBountysource

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

NPM

Feel free to donate

Click here to lend your support to: Owncloud Apps and make a donation at www.pledgie.com !

Documentation

Install

cordova plugin add cordova-plugin-certificates

For 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.sh
PLATFORM='ios' ./runIntegrationTests.sh

About

cordova certificate helper util

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 45.1%
  • Objective-C 40.5%
  • JavaScript 11.6%
  • Shell 2.8%