feat: generate keypair

This commit is contained in:
2023-05-20 13:37:32 +08:00
parent ee50f598e0
commit 2b06b01b0f
6 changed files with 138 additions and 55 deletions

View File

@@ -1,7 +1,7 @@
{
"project": {
"name": "yubikey-ca-java",
"main": "SampleMain",
"main": "me.hatter.tools.yubikeyca.YubikeyCaMain",
"archiveName": "yubikey-ca-java"
},
"application": false,
@@ -12,7 +12,9 @@
},
"repo": {
"dependencies": [
"me.hatter:commons:3.0"
"info.picocli:picocli:4.6.1",
"me.hatter:commons:3.66",
"me.hatter:crypto:1.10"
],
"testDependencies": [
"junit:junit:4.12"