Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yageek/iostrust
:closed_lock_with_key: Add certificates in the trust store of the ios simulators pre-XCode7
https://github.com/yageek/iostrust
add-certificates automation ios-simulator pinning ruby
Last synced: 18 days ago
JSON representation
:closed_lock_with_key: Add certificates in the trust store of the ios simulators pre-XCode7
- Host: GitHub
- URL: https://github.com/yageek/iostrust
- Owner: yageek
- License: mit
- Created: 2015-04-15T22:24:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T18:45:21.000Z (over 4 years ago)
- Last Synced: 2024-04-25T13:43:17.518Z (7 months ago)
- Topics: add-certificates, automation, ios-simulator, pinning, ruby
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 21
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Iostrust
This gem allows you to add trust certificates into the ios simulators.
The work is based on the *IOSTrustStore Structure* specification file
from https://github.com/ADVTOOLS/ADVTrustStore## Installation
```ruby
gem install iostrust
```# Usage
```ruby
iostrust add ./cert_1.crt ./cert_2.crt
```
## LicenseThis project is available under the MIT license. See LICENSE for details.