Author: pmouawad
Date: Wed May 23 18:10:55 2012
New Revision: 1341966

URL: http://svn.apache.org/viewvc?rev=1341966&view=rev
Log:
Clarify Keystore config

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1341966&r1=1341965&r2=1341966&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Wed May 23 18:10:55 
2012
@@ -3476,7 +3476,6 @@ This component is typically used in HTTP
   <property name="Alias Start Index" required="Yes">The index of the first key 
to use in Keystore.</property>
   <property name="Alias End Index" required="Yes">The index of the last key to 
use in Keystore.</property>
 </properties>
-
 <note>
 To make JMeter use more than one certificate you need to ensure that:
 <ul>
@@ -3484,6 +3483,14 @@ To make JMeter use more than one certifi
 <li>You use either HTTPClient 3.1 or 4 implementations for HTTP Request</li>
 </ul>
 </note>
+<note>
+You need to setup a Java Key Store with the client certificates you want to 
test:
+<ol>
+<li>Create your certificates either with Java keytool utility or through your 
PKI</li>
+<li>If created by PKI, import your key in Java Key Store by converting it to a 
format acceptable by JKS</li>
+<li>Then reference the keystore through properties 
-Djavax.net.ssl.keyStore=path_to_keystore 
-Djavax.net.ssl.keyStorePassword=password_of_keystore (you can also add these 
in system.properties)</li>
+</ol>
+</note>
 </component>
 
 <component name="Login Config Element" index="&sect-num;.4.10"  width="352" 
height="112" screenshot="login-config.png">


Reply via email to