mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Grammar fix
This commit is contained in:
parent
ca57a295eb
commit
31963ca920
1 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
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
|
||||
addition to that you most likely need to set ``verify = false`` as well. This
|
||||
disables verification of the SSL certificate's expiration time and the
|
||||
existence of it in your trust store, all that's verified now is the
|
||||
fingerprint.
|
||||
self-signed certifcates (or certificates that are not in your trust store). You
|
||||
most likely need to set ``verify = false`` as well. This disables verification
|
||||
of the SSL certificate's expiration time and the existence of it in your trust
|
||||
store, all that's verified now is the fingerprint.
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue