Where should I save the pem file in the serverless structure? #91
-
Hi~ Where should I keep the pem file? I'm not good at English, but I hope you understand. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey there @Chuncheonian, thanks for using passkit-generator! For example, I think, https://aws.amazon.com/kms/ or https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html Hope this is useful. |
Beta Was this translation helpful? Give feedback.
-
Oh, I know that I could change the pem file to string. Thanks to you, I built a server and a serverless successfully. Thanks for your attention, |
Beta Was this translation helpful? Give feedback.
Hey there @Chuncheonian, thanks for using passkit-generator!
Yes, your question is clear. I'm not an expert of serverless and similar, but AWS and other systems should have a "safe", where you can store your keys and access them through
process.env
.For example, I think, https://aws.amazon.com/kms/ or https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html
Hope this is useful.