Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```
## License

This project is available under the MIT license. See LICENSE for details.