]> granicus.if.org Git - ejabberd/commitdiff
Improve S2S examples (#1583)
authorChristophe Romain <christophe.romain@process-one.net>
Fri, 7 Apr 2017 09:12:27 +0000 (11:12 +0200)
committerChristophe Romain <christophe.romain@process-one.net>
Fri, 7 Apr 2017 09:12:27 +0000 (11:12 +0200)
ejabberd.yml.example

index 5c081e70b8ee85c3c27f7259bbad065ed38783db..638588998ac6b8ce5d0e2779614160a662479a28 100644 (file)
@@ -234,18 +234,16 @@ listen:
 ## Allowed values are: false optional required required_trusted
 ## You must specify a certificate file.
 ##
-## s2s_use_starttls: optional
+## s2s_use_starttls: required
 
 ##
 ## s2s_certfile: Specify a certificate file.
 ##
-## s2s_certfile: "/path/to/ssl.pem"
+## s2s_certfile: 'CERTFILE'
 
 ## Custom OpenSSL options
 ##
-## s2s_protocol_options:
-##   - "no_sslv3"
-##   - "no_tlsv1"
+## s2s_protocol_options: 'TLSOPTS'
 
 ##
 ## domain_certfile: Specify a different certificate for each served hostname.