sujrd / suj-pusher

Simple stand alone push notification server that supports APN and GCM services.
MIT License
2 stars 0 forks source link

Find a way to pass strings to the SSL connection parameters. #5

Open hsanson opened 10 years ago

hsanson commented 10 years ago

Currently we get the APN certificates as blobs that we then write to a file on disk because the EM::Connection class only supports reading certificates by passing it a filename.

It would be more efficient and secure to pass the cert blob directly to EM::Connection and skip the write to disk step.