From bbddf374c80cd72e5a1d163430e546a29efcdc7c Mon Sep 17 00:00:00 2001 From: Robin Percy Date: Wed, 22 Aug 2012 13:38:50 -0700 Subject: [PATCH] Update README.md Updated README to avoid Issue #1 (Certificate not found) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 903fe07..62e2823 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ If you omit the environment setting, production environment will point to APNs p If your sandbox certificate is in src/java/apns-dev.p12 and your production certificate is in src/java/apns-prod.p12, you can omit pathToCertificate. In this case, all you need to configure is apns.password. -If you don't have access to your server's file system, you can also replace pathToCertificate by certificateResourcePath and set it to the path of your certificate, relative to src/java. So for example, if your certificate is in src/java/mycert.p12, you can set certificateResourcePath=mycert.p12. +If you don't have access to your server's file system, you can also replace pathToCertificate by certificateResourcePath and set it to the path of your certificate, relative to src/java. So for example, if your certificate is in src/java/mycert.p12, you can set certificateResourcePath="/mycert.p12". This new configuration system is way better for Heroku deployment.