Skip to content

Instantly share code, notes, and snippets.

@jorgegorka
Created October 10, 2017 10:04
Show Gist options
  • Save jorgegorka/61a1d8d98ae7075f8be978cd349c4aff to your computer and use it in GitHub Desktop.
Save jorgegorka/61a1d8d98ae7075f8be978cd349c4aff to your computer and use it in GitHub Desktop.
Test apple push certificates
#development/sandbox
openssl s_client -connect gateway.sandbox.push.apple.com:2195 -cert pushcertsandbox.pem -key pushkeysandbox.pem
#production
openssl s_client -connect gateway.push.apple.com:2195 -cert pushcertproduction.pem -key pushkeyproduction.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment