Encrypting push certificate private keys #18
jessepeterson
started this conversation in
Ideas
Replies: 1 comment
-
Yes I think it makes sense to encrypt the private keys for the following reasons:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently we simply store the push certificate private key in the storage backend. We don't worry about how it is stored—leaving that up to the storage backend.
However, does it make sense to encrypt the APNs push certificate private key when we store it and load it from the storage backend? Should this be done with other fields?
Beta Was this translation helpful? Give feedback.
All reactions