ios - Reusing Certificate Signing Request for Apple Push Service -


the creation of csr prompt keychain access simultaneously generate public , private key pair. private key stored on mac in th....

so every ios app can have 2 environments set push notifications, development , production.

what harm in reusing same csr (and same private key?) both dev , prod environments? possible?

in similar effect harm of using same csr across different apps.

basically want manage single private key when install required elements on server handle push notifications on end.

thanks

i use same private/public key certificates. time ever end having different private/public keys when client wants me manage whole apple account , certificate generation.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -