Skip to content
Snippets Groups Projects
Unverified Commit d6bbe744 authored by blallo's avatar blallo
Browse files

Explicit ssl certs for muc component

parent 754953e7
Branches
No related tags found
1 merge request!257Ensure conference MUC component certs are specified
Pipeline #86978 failed
......@@ -153,6 +153,10 @@ Component "conference.jabber.{{ domain }}" "muc"
"muc_mam";
"vcard_muc";
}
ssl = {
key = "/etc/credentials/public/{{ domain }}/privkey.pem";
certificate = "/etc/credentials/public/{{ domain }}/fullchain.pem";
}
max_history_messages = 500;
muc_room_default_public = false;
muc_room_default_persistent = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment