0

I can't figure out how to properly convert my website certificate to a .pem file that I can attach to my attempt to connect to gateway.push.apple.com without getting connection refused when I try to send out notifications.

Jay
  • 19,649
  • 38
  • 121
  • 184
Tony Friz
  • 883
  • 1
  • 10
  • 27

1 Answers1

1

use the command openssl x509 -in website_aps_production.cer -inform DER -out apns-cert.pem -outform PEM in Terminal.

itsEssa
  • 11
  • 1