Grammar fix

This commit is contained in:
Markus Unterwaditzer 2017-01-02 17:04:02 +01:00
parent ca57a295eb
commit 31963ca920

View file

@ -25,11 +25,10 @@ You can use the following command for obtaining a SHA-1 fingerprint::
echo -n | openssl s_client -connect unterwaditzer.net:443 | openssl x509 -noout -fingerprint echo -n | openssl s_client -connect unterwaditzer.net:443 | openssl x509 -noout -fingerprint
Note that ``verify_fingerprint`` doesn't suffice for vdirsyncer to work with Note that ``verify_fingerprint`` doesn't suffice for vdirsyncer to work with
self-signed certifcates (or certificates that are not in your trust store). In self-signed certifcates (or certificates that are not in your trust store). You
addition to that you most likely need to set ``verify = false`` as well. This most likely need to set ``verify = false`` as well. This disables verification
disables verification of the SSL certificate's expiration time and the of the SSL certificate's expiration time and the existence of it in your trust
existence of it in your trust store, all that's verified now is the store, all that's verified now is the fingerprint.
fingerprint.
However, please consider using `Let's Encrypt <https://letsencrypt.org/>`_ such However, please consider using `Let's Encrypt <https://letsencrypt.org/>`_ such
that you can forget about all of that. It is easier to deploy a free that you can forget about all of that. It is easier to deploy a free