From dc5b57f56d51a012dcbb01877b8a778f22fdbb38 Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Sat, 3 Feb 2007 19:09:42 +0000 Subject: [PATCH] Update comments git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@503285 13f79535-47bb-0310-9956-ffa450edef68 Former-commit-id: e0317d9bd0cc77b26ad2cedea0f3f0add44ea032 --- bin/system.properties | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/system.properties b/bin/system.properties index f83e048848..3a3ccb5df6 100644 --- a/bin/system.properties +++ b/bin/system.properties @@ -23,11 +23,12 @@ # # SSL properties (moved from jmeter.properties) -#The location of the truststore (trusted certificates) and keystore (if other than the default) -#you can uncomment this and change the path to the correct location. +# Location of the truststore (trusted certificates) #javax.net.ssl.trustStore=/path/to/cacerts -#javax.net.ssl.keyStore=/usr/java/jdk1.5.0_02/jre/lib/security/cacerts +# Location of the keystore +#javax.net.ssl.keyStore=.keystore +# #The password to your keystore #javax.net.ssl.keyStorePassword=changeit