We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7988d15 commit 36190f2Copy full SHA for 36190f2
versioned_docs/version-4.0/ssl/index.md
@@ -838,7 +838,7 @@ public class Example2 {
838
ks.load(new FileInputStream("/path/to/client_key.p12"), keyPassphrase);
839
840
KeyManagerFactory kmf = KeyManagerFactory.getInstance("SunX509");
841
- kmf.init(ks, passphrase);
+ kmf.init(ks, keyPassphrase);
842
843
char[] trustPassphrase = "rabbitstore".toCharArray();
844
KeyStore tks = KeyStore.getInstance("JKS");
0 commit comments