Sfoglia il codice sorgente

Mentions BROKER_USE_SSL in security guide.

Jocelyn Delalande 9 anni fa
parent
commit
f51b4bda5d
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      docs/userguide/security.rst

+ 3 - 0
docs/userguide/security.rst

@@ -46,6 +46,9 @@ If your broker supports fine-grained access control, like RabbitMQ,
 this is something you should look at enabling. See for example
 this is something you should look at enabling. See for example
 http://www.rabbitmq.com/access-control.html.
 http://www.rabbitmq.com/access-control.html.
 
 
+If supported by your broker backend, you can enable end-to-end SSL encryption
+and authentication using :setting:`BROKER_USE_SSL`.
+
 Client
 Client
 ------
 ------