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

Fix muc cert path

parent 050653ee
No related branches found
No related tags found
No related merge requests found
......@@ -154,8 +154,8 @@ Component "conference.jabber.{{ domain }}" "muc"
"vcard_muc";
}
ssl = {
key = "/etc/credentials/public/{{ domain }}/privkey.pem";
certificate = "/etc/credentials/public/{{ domain }}/fullchain.pem";
key = "/etc/credentials/public/conference.jabber.{{ domain }}/privkey.pem";
certificate = "/etc/credentials/public/conference.jabber.{{ domain }}/fullchain.pem";
}
max_history_messages = 500;
muc_room_default_public = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment