下载后可任意编辑
net 推送证书脚本openssl x509 -in aps_developer_identity
cer -inform DER -out aps_developer_identity
pem -outform PEMopenssl pkcs12 -nocerts -out PushChat_Noenc
pem -in PushChatKey
p12openssl pkcs12 -export -in aps_developer_identity
pem -inkey PushChat_Noenc
pem -certfile PushChat
certSigningRequest -name "aps_developer_identity" -out aps_developer_identity
p12--------------------------------------openssl x509 -in aps_production_identity
cer -inform DER -out aps_production_identity
pem -outform PEMopenssl pkcs12 -nocerts -out PushChat_Noenc
pem -in PushChatKey
p12openssl pkcs12 -export -in aps_production_identity
pem -inkey PushChat_Noenc
pem -certfile PushChat
certSigningRequest -name "aps_production_identity" -out aps_production_identity
p12推送证书 for
nethttp://www
com/webdevelop