-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Quick remarks
- The docker build failed for me .. had invested no time to debug it further,
- The manual build fails, too. I had to patch
build.gradleo make it work.
diff --git a/build.gradle b/build.gradle
index 437438d..830cdbd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ openApiGenerate {
task generateKey(type: Exec) {
workingDir "./src/main/resources/"
- commandLine '/usr/bin/keytool', '-genkeypair','-alias','csaf','-keyalg','RSA','-keysize','4096','-validity','3650','-dname','CN=localhost','-keypass','changeit','-keystore','keystore.p12','-storeType','PKCS12','-storepass','changeit'
+ commandLine '/usr/bin/keytool', '-genkeypair','-alias','csaf','-keyalg','RSA','-keysize','4096','-validity','3650','-dname','CN=localhost','-keypass','changeit','-keystore','keystore/keystore.p12','-storeType','PKCS12','-storepass','changeit'
doLast {
println "Keypair generated!"
}
-}
\ No newline at end of file
+}
Metadata
Metadata
Assignees
Labels
No labels