iostruststore
v1.0.2
Published
Utility for adding trusted CA certificates to iOS simulators.
Downloads
1
Readme
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.