diff options
Diffstat (limited to 'qpid/doc')
| -rw-r--r-- | qpid/doc/book/src/Management-Console-Security.xml | 5 |
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 @@ <ssl> <enabled>true</enabled> <!-- Update below path to your keystore location, eg ${conf}/qpid.keystore --> - <keyStorePath>${prefix}/../test_resources/ssl/keystore.jks</keyStorePath> + <keyStorePath>${conf}/qpid.keystore</keyStorePath> <keyStorePassword>password</keyStorePassword> </ssl> </management> |
