diff options
| -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 |
