Updated JRE (markdown)

This commit is contained in:
rusefillc 2023-09-24 21:38:14 -04:00
parent a3f71d887d
commit eaacfd905e
1 changed files with 11 additions and 1 deletions

12
JRE.md
View File

@ -6,6 +6,16 @@
## TunerStudio cacerts work-around
Until TunerStudio updates embedded JRE please download https://rusefi.com/s/j/cacerts (that file is what comes with fresh zulu-8 JDK, you can manually install zulu-8 and copy same file from there)
Until TunerStudio updates embedded JRE please download https://rusefi.com/s/j/cacerts
Please place that file into ``C:\Program Files (x86)\EFIAnalytics\TunerStudioMS\runtime\lib\security`` folder
## Technical Details on the above
Q: Why the workaroud?
A: See https://github.com/rusefi/rusefi/issues/5536
Q: Is that some custom (unsafe?) cacerts?
A: No, this fresh cacerts (MD5 ``c2b8864a67786044b279d17c550ee4f7``) is what comes with zulu-8 JDK 1.8.0_382 Zulu8.72.0.17-CA-win64 git:1bc0593d05e7, you can manually install zulu-8 and copy same file from there.