Update xb000-0 ejabberd configuration file from version 5.0.0.7 to 6.0.0.11.
This commit is contained in:
parent
6041b1fe5f
commit
508b6cd336
@ -1,10 +1,10 @@
|
||||
# Inferencium - xb000-0
|
||||
# ejabberd - Configuration
|
||||
|
||||
# Copyright 2022-2023 Jake Winters
|
||||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||
# Copyright 2022 Jake Winters
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Version: 5.0.0.7
|
||||
# Version: 6.0.0.11
|
||||
|
||||
|
||||
# Hosts
|
||||
@ -26,14 +26,14 @@ language: en
|
||||
## Passwords
|
||||
auth_password_format: scram
|
||||
auth_scram_hash: sha256
|
||||
### Upgrade password hashes to SHA-512 when possible. Currently infeasible due to current users
|
||||
### Upgrade password hashes to SHA-512 when possible; currently infeasible due to current users
|
||||
### having passwords created using SHA-256.
|
||||
#auth_scram_hash: sha512
|
||||
|
||||
## Server-to-Server
|
||||
s2s_dhfile: "/etc/ssl/inferencium.net/dh-3072.pem"
|
||||
s2s_ciphers:
|
||||
- "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256"
|
||||
- "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256"
|
||||
s2s_protocol_options:
|
||||
- no_sslv2
|
||||
- no_sslv3
|
||||
@ -72,7 +72,7 @@ listen:
|
||||
- no_sslv3
|
||||
- no_tlsv1
|
||||
- no_tlsv1_1
|
||||
ciphers: "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256"
|
||||
ciphers: "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256"
|
||||
starttls: true
|
||||
starttls_required: true
|
||||
tls_compression: false
|
||||
@ -90,7 +90,7 @@ listen:
|
||||
- no_sslv3
|
||||
- no_tlsv1
|
||||
- no_tlsv1_1
|
||||
ciphers: "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256"
|
||||
ciphers: "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256"
|
||||
tls_compression: false
|
||||
max_stanza_size: 262144
|
||||
shaper: c2s_shaper
|
||||
|
Loading…
x
Reference in New Issue
Block a user