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.
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.