mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue