I'm not sure if this is the correct repo to report this issue, jsreport seems to be somewhat modular, and I'm not sure which part handles this issue...
I'm trying to use an existing cert in /etc/ssl/certs, but jsreport cannot find it when I use the path with a leading / because it looks for the cert starting from the jsreport directory.
I was able to run jsreport with my SSL cert only after addressing the .key and .crt files by backing out of the current directory first (../../../../../etc/ssl/certs/certname.crt).
Could jsreport be updated to allow for absolute paths rather than assuming a relative path? I tried looking for where the config file was read in the code, but didn't find it...
Thanks.
该提问来源于开源项目:jsreport/jsreport