fix: Renaming issues & re-used usage closing twice
This commit is contained in:
parent
1d6bf0facc
commit
3e4fba83db
3 changed files with 22 additions and 10 deletions
|
|
@ -282,11 +282,8 @@ public class OpenSSLCertificateCreator {
|
|||
"-out",
|
||||
outFile.toString(),
|
||||
"-extfile",
|
||||
extFile.toString(),
|
||||
"-passout",
|
||||
"env:KEY_PASS"
|
||||
extFile.toString()
|
||||
)
|
||||
.environment("KEY_PASS", certPassword)
|
||||
.redirectOutput(Slf4jStream.ofCaller().asDebug())
|
||||
.redirectError(Slf4jStream.ofCaller().asError())
|
||||
.start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue