Skip to content

mixa3607/Yggdrasil.Net

Repository files navigation

Yggdrasil.Net - minecraft auth server

GitHub Workflow Status GitHub

Setup server and client to use custom auth

X509 certs for signing generation

cd /files/certs
openssl genrsa 4096 > private.pem
openssl req -x509 -new -key private.pem -out public.pem
openssl pkcs12 -export -in public.pem -inkey private.pem -out cert.pfx

About

Minecraft yggdrasil server implemented with ASP.NET Core

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published