Changeset - dd07a2a94e56
[Not reviewed]
0 1 0
Branko Majic (branko) - 5 years ago 2020-10-01 21:56:09
branko@majic.rs
MAR-164: Fix Sphinx warning about duplicate target name by using anonymous reference (double underscore).
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/rolereference.rst
Show inline comments
 
@@ -938,13 +938,13 @@ Parameters
 

	
 
**xmpp_server_tls_protocol** (string, optional, ``tlsv1_2+``)
 
  Protocol version the XMPP server should support for client
 
  connections. The value specified should be compatible with Prosody's
 
  ``protocol`` option normally defined within the ``ssl`` section of
 
  configuration file (see `official documentation
 
  <https://prosody.im/doc/advanced_ssl_config#protocol>`_ for
 
  <https://prosody.im/doc/advanced_ssl_config#protocol>`__ for
 
  details).
 

	
 
**xmpp_tls_certificate** (string, mandatory)
 
  X.509 certificate used for TLS for XMPP service. The file will be stored in
 
  directory ``/etc/ssl/certs/`` under name ``{{ ansible_fqdn }}_xmpp.pem``.
 

	
0 comments (0 inline, 0 general)