1.0.2 • Published 6 years ago

iostruststore v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

iOS TrustStore

Utility for adding trusted CA certificates to iOS simulators.

Installation

npm install -g iostruststore

or

yarn global add iostruststore

Usage

Add pem certificate to all iOS simulator truststores:

ios-truststore add <path to certificate.pem>

Restore backup:

ios-truststore restore

List iOS simulator trust store locations:

ios-truststore list

Use ios-truststore help for more options.