-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Windows compatibility #1
Comments
Yes please @dakshshah96 what tool can Windows users use instead |
@laukstein @s-okubanjo Coming soon! I'm currently working on a Windows version of these scripts. 🎉 |
@dakshshah96 perhaps https://shellcreeper.com/how-to-create-valid-ssl-in-localhost-for-xampp/ may help you 😉 |
And it would be nice to add a script to convert from PEM to CRT: openssl x509 -in rootCA.pem -inform PEM -out rootCA.crt |
@laukstein follow the below steps to trust the root SSL certificates Step 1: Click Start > Run Then follow the steps mentioned by @dakshshah96 unitl you reach the green highlighted part. Use this code instead of the one mentioned by @dakshshah96 A BIG Thanks to @dakshshah96 P.S: I'm referring to this blog written by @dakshshah96 |
@hashimK Do you have trusted certificate for localhost? or browser marks it as untrusted? I tried many manuals but chrome still mark https as untrusted |
in principle, on WSL2 running Ubuntu, would you run your package on both Windows and WSL2 layer? thank you |
README.md steps 1-2 works fine on Windows (will create rootCA.key and rootCA.pem).
Step 3 is related only for OS X.
Windows doesn't have System keychain.
And step 4 fails:
The text was updated successfully, but these errors were encountered: