Lets Encrypt Craft
This is a fork of CloudyPSP's mod, LetsEncryptCraft, adapted for Fabric.
Who might need this mod? Most likely, regular players don't need it. However, mod developers who use their own sites for update checks or other web resource interactions may encounter a problem - they can't access Let's Encrypt resources due to the Java version shipped with Mojang's launcher.
How does this mod work? When the mod loads during game execution, the Let's Encrypt certificate is installed.
How can developers use this mod? Simply add the dependency on CurseForge, and probably your mod. Certificate installation runs in the constructor, so you don't even need a direct dependency on the mod!
What if I don't want to add extra dependencies? The source code is open and available via the link at the top. You're free to copy and use code parts while complying with the MIT license terms.
What if someone runs the game with a Java version that already supports Let's Encrypt certificates - isn't work being duplicated? No - the code only executes when it detects a Java version that doesn't support Let's Encrypt certificates!
Are you affiliated with Let's Encrypt? No. Not at all. Though they do cool things - if you have a website, you might want to check out their work.