mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
It wasn't obvious reading this message that you can perfectly well bring your own SSL/TLS certificate; unless you read quite a bit between the lines where we say "could not find", or followed the link to the detailed docs, the message sounded like you had to either use --certbot or --self-signed-cert. So, explicitly mention the BYO option. Because the "complete chain" requirement is a bit tricky, don't try to give instructions for it in this message; just refer the reader to the docs. Also, drop the logic to identify which of the files is missing; it certainly makes the code more complex, and I think even the error message is actually clearer when it just gives the complete list of required files -- it's much more likely that the reader doesn't know what's required than that they do and have missed one, and even then it's easy for them to look for themselves.