nomad-cli / houston

Apple Push Notifications; No Dirigible Required
http://nomad-cli.com
MIT License
2.93k stars 229 forks source link

Adds -r option to binary to pass the raw certificate #159

Closed JohannWilfridCalixte closed 5 years ago

JohannWilfridCalixte commented 6 years ago

Adds -r option to binary to pass the raw certificate

Original need

The original need is to have the ability not to store our certificates on the disk. An additionnal need is to have custom loading process for the certificates in the app.

Faced problem

The problem here is that the binary only takes a path to the certificate through the -c option.

Proposed solution

The solution I want to propose here is to add a -r option to the binary so that we can pass the raw certificate.

Let's discuss

I do not have the whole project context so maybe the way I did that is not the more efficient, I would be very pleased to have your feedbacks!

JohannWilfridCalixte commented 5 years ago

No one here?