File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/java/com/rabbitmq/client/test/ssl Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- distributionUrl =https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.3 /apache-maven-3.5.3 -bin.zip
1
+ distributionUrl =https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.4 /apache-maven-3.5.4 -bin.zip
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ public static void initCrypto() throws Exception {
89
89
assertNotNull (p12Path );
90
90
String p12Passwd = System .getProperty ("test-client-cert.password" );
91
91
assertNotNull (p12Passwd );
92
- System . out . println ( p12Passwd );
92
+
93
93
KeyStore ks = KeyStore .getInstance ("PKCS12" );
94
94
char [] p12Password = p12Passwd .toCharArray ();
95
95
ks .load (new FileInputStream (p12Path ), p12Password );
You can’t perform that action at this time.
0 commit comments