summaryrefslogtreecommitdiff
path: root/qpid/doc/book
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2012-03-01 09:39:31 +0000
committerKeith Wall <kwall@apache.org>2012-03-01 09:39:31 +0000
commit69e76169c501652ec77b0808387c18b4fa191b4a (patch)
tree1caa509dbed17428d31e4b0891d769db93ecc3c4 /qpid/doc/book
parentd1215ef0cf64a9f27d13c1406d91de1f5f487539 (diff)
downloadqpid-python-69e76169c501652ec77b0808387c18b4fa191b4a.tar.gz
QPID-2159: Remove create-example-ssl-stores script from Java Broker.
Removed create-example-ssl-stores(.bat|.sh). Removed references to script from code, config and docbook. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1295486 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc/book')
-rw-r--r--qpid/doc/book/src/Management-Console-Security.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/qpid/doc/book/src/Management-Console-Security.xml b/qpid/doc/book/src/Management-Console-Security.xml
index aa7bebb09e..31f63c70da 100644
--- a/qpid/doc/book/src/Management-Console-Security.xml
+++ b/qpid/doc/book/src/Management-Console-Security.xml
@@ -57,8 +57,7 @@
The broker configuration must be updated before the broker will
start. This can be done either by disabling the SSL support,
utilizing a purchased SSL certificate to create a keystore of
- your own, or using the example 'create-example-ssl-stores' script
- in the brokers bin/ directory to generate a self-signed keystore.
+ your own, or generating a self-signed keystore.
</para><para>
The broker must be configured with a keystore containing the
private and public keys associated with its SSL certificate. This
@@ -76,7 +75,7 @@
&lt;ssl&gt;
&lt;enabled&gt;true&lt;/enabled&gt;
&lt;!-- Update below path to your keystore location, eg ${conf}/qpid.keystore --&gt;
- &lt;keyStorePath&gt;${prefix}/../test_resources/ssl/keystore.jks&lt;/keyStorePath&gt;
+ &lt;keyStorePath&gt;${conf}/qpid.keystore&lt;/keyStorePath&gt;
&lt;keyStorePassword&gt;password&lt;/keyStorePassword&gt;
&lt;/ssl&gt;
&lt;/management&gt;