Prosody: new settings to provide a custom certificates dir
This commit is contained in:
committed by
John Livingston
parent
a87a622cba
commit
801798852c
@ -170,6 +170,12 @@ prosody_s2s_interfaces_description: |
|
||||
<li>172.18.0.42</li>
|
||||
</ul>
|
||||
|
||||
prosody_certificates_dir_label: "Certificates directory"
|
||||
prosody_certificates_dir_description: |
|
||||
If this field is empty, the plugin will generate and use self-signed certificates.<br>
|
||||
If you want to use other certificates, just specify here the folder where
|
||||
Prosody can find them. Note: the `peertube` user must have read access to this directory.
|
||||
|
||||
prosody_c2s_label: "Enable client to server connections"
|
||||
prosody_c2s_description: |
|
||||
Enable XMPP clients to connect to the built-in Prosody server.<br>
|
||||
|
@ -180,6 +180,12 @@ prosody_s2s_interfaces_description: |
|
||||
<li>172.18.0.42</li>
|
||||
</ul>
|
||||
|
||||
prosody_certificates_dir_label: "Dossiers des certificats"
|
||||
prosody_certificates_dir_description: |
|
||||
Si ce champ est vide, le plugin va générer et utiliser des certificats auto-signés.<br>
|
||||
Si vous voulez utiliser d'autres certificats, vous avez juste à spécifier ici le dossier où
|
||||
Prosody peut les trouver. Note: l'utilisateur `peertube` doit avoir un accès en lecture à ce dossier.
|
||||
|
||||
prosody_c2s_label: "Activer les connexions client vers serveur"
|
||||
prosody_c2s_description: |
|
||||
Autoriser les clients XMPP à se connecter au serveur Prosody.<br>
|
||||
|
Reference in New Issue
Block a user