diff options
author | Kim Alvefur <zash@zash.se> | 2021-05-27 15:49:57 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-05-27 15:49:57 +0200 |
commit | 36ea4c5717d0d0fdd1186ec971c88a94ddf72e66 (patch) | |
tree | 38a24ccd85301c923e63182c2d0097cf250ae9cb /spec | |
parent | da83a7481038dc41cb6da515d013e627bf286862 (diff) | |
download | prosody-36ea4c5717d0d0fdd1186ec971c88a94ddf72e66.tar.gz prosody-36ea4c5717d0d0fdd1186ec971c88a94ddf72e66.zip |
scansion: Silence an error from cert indexer due to missing certs dir
Diffstat (limited to 'spec')
-rw-r--r-- | spec/scansion/prosody.cfg.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua index 6d3980ed..dfc6d6bc 100644 --- a/spec/scansion/prosody.cfg.lua +++ b/spec/scansion/prosody.cfg.lua @@ -92,7 +92,10 @@ external_services = { modules_disabled = { "s2s"; } -certificate = "certs" + +-- TLS is not used during the test, set certificate dir to the config directory +-- (spec/scansion) to silence an error from the certificate indexer +certificate = "." allow_registration = false |