Where can I find cert.pem and key.pem? #10
-
I've been circumventing the cettificate addition but a few months ago (before it was added) I got an error in the WSC after changing the DNS and I suspect it's because HTTPS. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
Unfortunately a tricky question to answer. 😅 The EC component of the Wii Shop Channel uses the IOS SSL trust store, which by default is only Nintendo's CA. The main storefront as provided via Opera has its own trust store within the main ARC -> Our solution for IOS has been to hardcode our own certificate into the binary, patch WSC to load the cert to IOS, and go from there. However, this requires a specified length of a CA, and we've not even released our patches to the shop for things to function. After some discussion with everyone, we think the best solution is to create a patcher to automate generating a certificate and inserting it, alongside separating other patches we've made along the way for others to review and modify. See WSC-Patcher for progress as we make this. In the meantime - if you're interested in only the storefront, you'll need a 1024-bit CA with SHA-1 as the algorithm (SHA-256 will heavily break things, sadly.) I highly recommend utilizing Opera 9 on Windows to insert your own - you can copy and paste Let me know if you have any questions, I'd love to help! |
Beta Was this translation helpful? Give feedback.
-
Hey, I wanted to share that we now have a complete patcher utility available to automate provisioning a certificate, patching, and creating a usable WAD. If you get a chance, please give it a try and file issues! |
Beta Was this translation helpful? Give feedback.
Hey, I wanted to share that we now have a complete patcher utility available to automate provisioning a certificate, patching, and creating a usable WAD. If you get a chance, please give it a try and file issues!
https://github.com/OpenShopChannel/WSC-Patcher