Skip to content

Instantly share code, notes, and snippets.

@jpoz
Created July 11, 2009 09:06
Show Gist options
  • Save jpoz/145180 to your computer and use it in GitHub Desktop.
Save jpoz/145180 to your computer and use it in GitHub Desktop.
APNS.host = 'gateway.push.apple.com'
# gateway.sandbox.push.apple.com is default
APNS.pem = '/path/to/pem/file'
APNS.pass = 'secret'
# openssl pkcs12 -in cert.p12 -out cert.pem -nodes -clcerts
APNS.port = 2195
# this is also the default. Shouldn't ever have to set this, but just in case Apple goes crazy, you can.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment