Exciting News! Flipper Code is now WePlugins! Same commitment to excellence, brand new identity.

Convert .cer file to .pem file in xcode using Terminal in MacBook Pro

Sandeep Kumar Mishra
Sandeep Kumar Mishra
in Posts > IOS
December 14, 2012
5 minutes read
Convert .cer file to .pem file in xcode using Terminal in MacBook Pro

To enable Push Notification Services in MacBook Pro you need to convert the .cer file into a .pem file. All you have to do is, execute the following command using the terminal.

$ openssl x509 -in {your_existing_file_name}.cer -inform der -out {your_new_file_name}.pem

It’s best practice to keep the name of both the files same.

Explore the latest in WordPress

Trying to stay on top of it all? Get the best tools, resources and inspiration sent to your inbox every Wednesday.