how to use apns cert in python code

http://saeapns.sinaapp.com/doc.html
openssl pkcs12 -clcerts -nokeys -out cert.pem -in cert.p12
openssl pkcs12 -nocerts -out key.pem -in key.p12
openssl rsa -in new_rps_key.pem -out new_rps_key_no_s.pem

你可能感兴趣的:(OpenSSL,pkcs12)