Author: pmouawad
Date: Wed May 23 18:24:47 2012
New Revision: 1341969

URL: http://svn.apache.org/viewvc?rev=1341969&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=1341969&r1=1341968&r2=1341969&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Wed May 23 18:24:47 
2012
@@ -3467,7 +3467,19 @@ OR<br/>jdbc:oracle:thin:@(description=(a
 
 <component name="Keystore Configuration" index="&sect-num;.4.9"  width="530" 
height="171" screenshot="keystore_config.png">
 <description><p>The Keystore Config Element lets you configure how Keystore 
will be loaded and which keys it will use.
-This component is typically used in HTTPs scenarios where you don't want to 
take into account keystore initialization into account in response time.</p>
+This component is typically used in HTTPS scenarios where you don't want to 
take into account keystore initialization into account in response time.</p>
+<p>To use this element, you need to setup first a Java Key Store with the 
client certificates you want to test, to do that:
+<ol>
+<li>Create your certificates either with Java keytool utility or through your 
PKI</li>
+<li>If created by PKI, import your keys in Java Key Store by converting them 
to a format acceptable by JKS</li>
+<li>Then reference the keystore file through the 2 JVM properties (or add them 
in system.properties):
+    <ul>
+        <li>-Djavax.net.ssl.keyStore=path_to_keystore</li>
+        <li>-Djavax.net.ssl.keyStorePassword=password_of_keystore</li>
+    </ul>
+</li>
+</ol>
+</p>
 </description>
 
 <properties>
@@ -3483,14 +3495,6 @@ 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