Help to import certificates #97
Answered
by
alexandercerutti
rafaelhecr
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
alexandercerutti
Dec 23, 2021
Replies: 1 comment 2 replies
-
Hey there, @rafaelhecr, thanks for using passkit-generator! Also, you might want to set up a way to set your data as strings in Let me know! |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
alexandercerutti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey there, @rafaelhecr, thanks for using passkit-generator!
What I can suggest to you, is to check the value of
__dirname
before returning and usingpath.resolve
with it to get certificates.Also, you might want to try to print the value of what has been read through
fs.readFileSync
before returning.Also, you might want to set up a way to set your data as strings in
process.env
.Let me know!