yxsailing 发表于 2017-5-7 12:09:18

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
页: [1]
查看完整版本: how to use apns cert in python code