Distro
Distro copied to clipboard
Key Generation Portability
the jwt_keys/make_keys.sh script doesn't seem to work on windows. can we make something which does?
Hi @birm, the simplest solution for this will be to write .bat (batch files) wherever a .sh file is there. All the files will be written according to that only. We have to start by writing setup_script.bat(for Windows) analogous to setup_script.sh(for POSIX systems). Let me know if this is a high-priority issue and needs immediate resolution so that I can make a detailed PR.