I have export the \"Apple Development IOS Push Service\" certificate from Keychain Access and save the \"apns-dev-cert.p12\" in my desktop. I want to enable Apple Push Not
Type in:
cd /Users/creagx/Desktop/A (Space between cd and Slash: cd[SPACE]/Users/creagx/Desktop/A
if there is a Folder named "A" on your Desktop where the p12 files are in.
Then go on with the other Commands
openssl pkcs12 -in apns-dev-cert.p12 -out apns-dev-cert.pem -nodes -clcerts
openssl pkcs12 -clcerts -nokeys -out apns-dev-cert.pem -in apns-dev-cert.p12