diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2016-02-22 18:41:05 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2016-02-22 18:41:05 +0300 |
| commit | 307f6acb13c24ca4314c54ecfb2db63e0e0df6bd (patch) | |
| tree | 1eb2215f09591856caab289ca49acf17e7a2e129 /docs | |
| parent | 34665a95d8ba021bdc685d8e71918a697fcdd7c6 (diff) | |
| download | rabbitmq-server-git-307f6acb13c24ca4314c54ecfb2db63e0e0df6bd.tar.gz | |
Use more realistic (and unique) filenames
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.conf.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example index 278e37b019..035a199d0e 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -67,9 +67,9 @@ ## # ssl_options.verify = verify_peer # ssl_options.fail_if_no_peer_cert = false -# ssl_options.cacertfile = /path/to/rabbitmq.crt -# ssl_options.certfile = /path/to/rabbitmq.crt -# ssl_options.keyfile = /path/to/rabbitmq.key +# ssl_options.cacertfile = /path/to/cacert.pem +# ssl_options.certfile = /path/to/cert.pem +# ssl_options.keyfile = /path/to/key.pem ## Choose the available SASL mechanism(s) to expose. ## The two default (built in) mechanisms are 'PLAIN' and |
