From 90a2cdfa1fe9ad58878688f1ded2cb311e07bc9e Mon Sep 17 00:00:00 2001 From: JamesPerlman Date: Sun, 28 Jun 2015 20:57:59 -0500 Subject: [PATCH] Update README.textile It wasn't clear how to use a .pem passphrase, and almost deterred me from using this fine gem! --- README.textile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.textile b/README.textile index b7f5d7f..4dd39e5 100644 --- a/README.textile +++ b/README.textile @@ -30,6 +30,9 @@ After you have your .pem file. Set what host, port, certificate file location on APNS.port = 2195 # this is also the default. Shouldn't ever have to set this, but just in case Apple goes crazy, you can. + + APNS.pass = 'passphrase' + # this is the PEM passphrase