]> WPIA git - gigi.git/commitdiff
Openssl won't interpret arguments as utf8 unless explicitly told so.
authorFelix Dörre <felix@dogcraft.de>
Wed, 13 Aug 2014 18:18:23 +0000 (20:18 +0200)
committerFelix Dörre <felix@dogcraft.de>
Wed, 13 Aug 2014 18:27:39 +0000 (20:27 +0200)
(by -utf8 switch)

util/org/cacert/gigi/util/SimpleSigner.java

index 9752dbf3d1c137271ac47cfb97fd865335e6e3ab..f0c559ac8bcb9224303853017380e68aaed45e4c 100644 (file)
@@ -218,6 +218,7 @@ public class SimpleSigner {
                     "../unassured.key",//
                     "-out",
                     "../../" + crt.getPath(),//
                     "../unassured.key",//
                     "-out",
                     "../../" + crt.getPath(),//
+                    "-utf8",
                     "-days",
                     "356",//
                     "-batch",//
                     "-days",
                     "356",//
                     "-batch",//