luna-rs / luna

A scalable and efficient Runescape server targeting revision #377

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Gradle task to replace existing RSA key pair

notjuanortiz opened this issue · comments

It would be nice to have a Gradle task that would generate a new RSA key pair, and replace the existing ones found in data/rsa/. This would slightly reduce the steps needed to add extra security to the game service and hit the ground running for newer users.

commented

Good idea, we could ship Luna with the RSAKeyGen JAR.

commented

This should be turned a gradle project

This should be turned a gradle project

I think it would be even better if it were a gradle plugin.

The result would be an additional line in build.gradle.kts

 plugins {
  id("luna-rsa") // no need to manually download
}