luna icon indicating copy to clipboard operation
luna copied to clipboard

Feature: Gradle task to replace existing RSA key pair

Open notjuanortiz opened this issue 5 years ago • 3 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.

notjuanortiz avatar Nov 14 '19 00:11 notjuanortiz

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

lare96 avatar Nov 14 '19 06:11 lare96

This should be turned a gradle project

lare96 avatar Nov 15 '19 05:11 lare96

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
}

notjuanortiz avatar Feb 11 '21 19:02 notjuanortiz