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: e0317d9bd0
This commit is contained in:
Sebastian Bazley 2007-02-03 19:09:42 +00:00
parent 208ce83858
commit dc5b57f56d
1 changed files with 4 additions and 3 deletions

View File

@ -23,11 +23,12 @@
# #
# SSL properties (moved from jmeter.properties) # SSL properties (moved from jmeter.properties)
#The location of the truststore (trusted certificates) and keystore (if other than the default) # Location of the truststore (trusted certificates)
#you can uncomment this and change the path to the correct location.
#javax.net.ssl.trustStore=/path/to/cacerts #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 #The password to your keystore
#javax.net.ssl.keyStorePassword=changeit #javax.net.ssl.keyStorePassword=changeit