Disable ACME

Throws a warning when reloading the config, because it is enabled by
default, but not configured entirely. Disabling it explicitly removes
the warning.
This commit is contained in:
Basti 2020-12-08 14:30:29 +01:00
parent bc80540c14
commit 56d9144ad6
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -32,6 +32,9 @@ s2s_ciphers: 'TLS_CIPHERS'
c2s_protocol_options: 'TLS_OPTIONS' c2s_protocol_options: 'TLS_OPTIONS'
s2s_protocol_options: 'TLS_OPTIONS' s2s_protocol_options: 'TLS_OPTIONS'
acme:
auto: false
listen: listen:
- -
port: 5222 port: 5222