]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/DevelLauncher.java
[UPDATE-CONFIG] Use 3 hosts www, secure and static.
[gigi.git] / src / org / cacert / gigi / DevelLauncher.java
index 74a4ae6a515ff95385e41a147c1c120a7fd27d1b..e8df9f5bdf2d048ff54569471f12bf4ccb425167 100644 (file)
@@ -33,8 +33,8 @@ public class DevelLauncher {
                byte[] keystore = Files.readAllBytes(Paths
                                .get("config/keystore.pkcs12"));
 
-               DevelLauncher.writeGigiConfig(dos, new byte[]{}, "changeit".getBytes(),
-                               mainProps, cacerts, keystore);
+               DevelLauncher.writeGigiConfig(dos, "changeit".getBytes(),
+                               "changeit".getBytes(), mainProps, cacerts, keystore);
                dos.flush();
                InputStream oldin = System.in;
                System.setIn(new ByteArrayInputStream(chunkConfig.toByteArray()));