File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
versioned_docs/version-3.13/ssl Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -838,7 +838,7 @@ public class Example2 {
838838 ks. load(new FileInputStream (& quot;/ path/ to/ client_key. p12& quot;), keyPassphrase);
839839
840840 KeyManagerFactory kmf = KeyManagerFactory . getInstance(& quot;SunX509 & quot;);
841- kmf. init(ks, passphrase );
841+ kmf. init(ks, keyPassphrase );
842842
843843 char [] trustPassphrase = & quot;rabbitstore& quot;. toCharArray();
844844 KeyStore tks = KeyStore . getInstance(& quot;JKS & quot;);
Original file line number Diff line number Diff line change @@ -838,7 +838,7 @@ public class Example2 {
838838 ks. load(new FileInputStream (& quot;/ path/ to/ client_key. p12& quot;), keyPassphrase);
839839
840840 KeyManagerFactory kmf = KeyManagerFactory . getInstance(& quot;SunX509 & quot;);
841- kmf. init(ks, passphrase );
841+ kmf. init(ks, keyPassphrase );
842842
843843 char [] trustPassphrase = & quot;rabbitstore& quot;. toCharArray();
844844 KeyStore tks = KeyStore . getInstance(& quot;JKS & quot;);
You can’t perform that action at this time.
0 commit comments