You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The certgen, certutil and saml-metadata tools did not correctly return
their exit code to the calling shell.
These commands now explicitly exit with the code that was returned
from the main(args, terminal) method.
Backport of #38078
Copy file name to clipboardExpand all lines: x-pack/plugin/security/cli/src/main/java/org/elasticsearch/xpack/security/cli/CertificateGenerateTool.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,6 @@
38
38
importorg.elasticsearch.xpack.core.ssl.PemUtils;
39
39
40
40
importjavax.security.auth.x500.X500Principal;
41
-
42
41
importjava.io.IOException;
43
42
importjava.io.OutputStream;
44
43
importjava.io.OutputStreamWriter;
@@ -154,7 +153,7 @@ private static class InputFileParser {
0 commit comments