Monday, September 05, 2022
grimoire@muc.metronome.im
September
Mon Tue Wed Thu Fri Sat Sun
      1
2 3 4
5
6 7
8
9
10
11
12 13
14 15
16 17
18
19 20
21 22 23 24 25
26
27
28
29
30    
             
Metronome IM "cook" book room | Support and Dev talk about the Metronome XMPP server.

Latest stable version build is: 4.0.3

For more information you can visit: https://metronome.im

Room logs can be found here: https://muc.metronome.im/logs/grimoire/

* Links *
<==========================================================>
- Building & Installation:
https://metronome.im/building
- Documentation:
https://metronome.im/documentation
- Issues Tracker:
https://github.com/maranda/metronome/issues
<==========================================================>

[06:54:45] <Maranda> tbart: fixed the pastebin
[07:14:26] <tbart> Alright, is it correct then to define the cert for the base domain in the Virtualhost for it (as the global one will be for the upload)?
Is this what you mean by
>and on the port/socket
?
Thanks for fixing the pastebin!
[07:32:32] <Maranda> https://metronome.im/documentation/configuration/direct-tls
[07:32:41] <Maranda> ^ this applies also to http plugins
[07:34:40] <Maranda> said that the best approach to share ssl config for virtual hosts is the following IMHO:
```
_ssl = { ... }
VirtualHost "domain.tld"
ssl = _ssl
...
```
[07:35:42] <Maranda> But that's not related to http plugins, just in general for http plugins and direct tls you should use global config as described.
[07:35:55] <Maranda> (for now)