PiTiNiNjA
New Pleskian
Hello,
I'm trying to setup a NodeJs application on my Plesk server.
I have an error while trying to run the script through the NodeJs extension:
Error: EACCES: permission denied, open '/usr/local/psa/var/modules/letsencrypt/etc/live/[MyDomain]/privkey.pem'
I understand that the user running the NodeJs application doesn't have the proper permissions to read the certificates.
How can I get my NodeJS app to access the certificate files? Should I manually edit the permissions (this doesn't seem right to me because of security)? Or is there any other way?
Thanks.
I'm trying to setup a NodeJs application on my Plesk server.
I have an error while trying to run the script through the NodeJs extension:
Error: EACCES: permission denied, open '/usr/local/psa/var/modules/letsencrypt/etc/live/[MyDomain]/privkey.pem'
I understand that the user running the NodeJs application doesn't have the proper permissions to read the certificates.
How can I get my NodeJS app to access the certificate files? Should I manually edit the permissions (this doesn't seem right to me because of security)? Or is there any other way?
Thanks.