Deno 2.0 can't find .pem files even with --allow-read?
Hi.
I just need Deno to read these .pem files for a crypto key. The paths are correct, I'm sure.
My container throws an error claiming the .pem files don't exist, I'm not sure why.
Any help is greatly appreciated, thanks!
1 Reply
Update: I needed to use import.meta.dirname I believe, but now I am getting this error:
I think they needed to be .der files. That might've been it.