diff --git a/docs/FAQ.rst b/docs/FAQ.rst index 29b53d6..4acad4e 100644 --- a/docs/FAQ.rst +++ b/docs/FAQ.rst @@ -302,6 +302,20 @@ The path `/etc/ssl/certs` is not standardized; your system may store SSL certificates elsewhere. (On some systems it may be in `/usr/local/share/certs/`.) +If this does not work and you are getting error messages, you can test the certificate using a command like (credits to Daniel Shahaf for this):: + + % openssl s_client -CAfile $sslcacertfile -connect ${hostname}:imaps 2>&1