Prosody: new settings to provide a custom certificates dir
This commit is contained in:
committed by
John Livingston
parent
a87a622cba
commit
801798852c
@ -329,6 +329,15 @@ Please read
|
||||
descriptionHTML: loc('prosody_s2s_interfaces_description')
|
||||
})
|
||||
|
||||
registerSetting({
|
||||
name: 'prosody-certificates-dir',
|
||||
label: loc('prosody_certificates_dir_label'),
|
||||
type: 'input',
|
||||
default: '',
|
||||
private: true,
|
||||
descriptionHTML: loc('prosody_certificates_dir_description')
|
||||
})
|
||||
|
||||
registerSetting({
|
||||
name: 'prosody-c2s',
|
||||
label: loc('prosody_c2s_label'),
|
||||
|
Reference in New Issue
Block a user