]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/testUtils/InitTruststore.java
[EMPTY] Formatting with configured formatter.
[gigi.git] / tests / org / cacert / gigi / testUtils / InitTruststore.java
index 39c1d370ea7bc70aad956c9943956679f127e161..7811470d8d9c984582301bf070063ff342fe2021 100644 (file)
@@ -3,10 +3,12 @@ package org.cacert.gigi.testUtils;
 public class InitTruststore {
        private InitTruststore() {
        }
+
        static {
                System.setProperty("javax.net.ssl.trustStorePassword", "changeit");
                System.setProperty("javax.net.ssl.trustStore", "config/cacerts.jks");
        }
+
        public static void run() {
 
        }