Difference between revisions of "Replace .p12 certificate"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
* 3) [[Convert .cer to .pem]]: <code>[[openssl x509 -inform]] der -in my_new_cert[[.cer]] -out my_new_cert[[.pem]]</code>
 
* 3) [[Convert .cer to .pem]]: <code>[[openssl x509 -inform]] der -in my_new_cert[[.cer]] -out my_new_cert[[.pem]]</code>
 
* 4) Generate .p12: <code>openssl pkcs12 -export -out keyStore.p12 -inkey my_new_key.pem -in my_new_cert.pem</code>
 
* 4) Generate .p12: <code>openssl pkcs12 -export -out keyStore.p12 -inkey my_new_key.pem -in my_new_cert.pem</code>
 +
 +
Note: to replace [[.p12]] certificates in [[OneSinal]] select always: Apple Push Notification service SSL (Sandbox & Production)
 +
  
 
== Related ==
 
== Related ==

Revision as of 01:40, 22 February 2022

Note: to replace .p12 certificates in OneSinal select always: Apple Push Notification service SSL (Sandbox & Production)


Related

  • .p12
  • .cer
  • OneSignal
  • APNs: Apple Push Notification service SSL (Sandbox)
  • APNs: Apple Push Notification service SSL (Sandbox & Production)

See also

Advertising: