Implement X.509 auth between Rabbitmq and Designate
Change-Id: Ibda946b558cd2a7c4f5fbcb17a7919d250bc33ff
Related-Prod: PROD-22758
diff --git a/README.rst b/README.rst
index 77e1f3c..b334c4e 100644
--- a/README.rst
+++ b/README.rst
@@ -226,6 +226,33 @@
You can read more about it here:
https://docs.openstack.org/security-guide/databases/database-access-control.html
+Enable x509 and ssl communication between Designate and Rabbitmq.
+---------------------
+By default communication between Designate and Rabbitmq is unsecure.
+
+.. code-block:: yaml
+
+designate:
+ server:
+ message_queue:
+ x509:
+ enabled: True
+
+You able to set custom certificates in pillar:
+
+.. code-block:: yaml
+
+designate:
+ server:
+ message_queue:
+ x509:
+ cacert: (certificate content)
+ cert: (certificate content)
+ key: (certificate content)
+
+You can read more about it here:
+ https://docs.openstack.org/security-guide/messaging/security.html
+
Documentation and Bugs
======================