diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2021-12-28 18:29:58 +0100 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2022-01-30 00:07:03 +0100 |
commit | 7e8fa46402ce688f4feb31e811d5fbff0e34732e (patch) | |
tree | 85847346fcf09c6aa4371f9f621ca99a7f5ec46a /data | |
parent | 842d71abf9b044af0996fa2b5c194a4ed8ba3346 (diff) | |
download | poezio-7e8fa46402ce688f4feb31e811d5fbff0e34732e.tar.gz poezio-7e8fa46402ce688f4feb31e811d5fbff0e34732e.tar.bz2 poezio-7e8fa46402ce688f4feb31e811d5fbff0e34732e.tar.xz poezio-7e8fa46402ce688f4feb31e811d5fbff0e34732e.zip |
Try to guess CA bundle path
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 9f284f07..d91ff36a 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -79,12 +79,14 @@ certificate = # value to the services default. #whitespace_interval = 300 -# Path to the certificate authenticating the Authority +# Path to the certificate authenticating the Authority. # A server may have several certificates, but if it uses a CA, it will often # keep the same for obvious reasons, so this is a good option if your server # does this, rather than skipping all verifications. # This is not affected by ignore_certificate -ca_cert_path = +# Poezio attempts to guess this value automatically. Set to override this +# behaviour, to the empty string for example, or to another path. +#ca_cert_path = # Auto-reconnects you when you get disconnected from the server #auto_reconnect = true |