From 31963ca920db4a4219750e6ae183a86aef49dd6a Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 2 Jan 2017 17:04:02 +0100 Subject: [PATCH] Grammar fix --- docs/ssl-tutorial.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/ssl-tutorial.rst b/docs/ssl-tutorial.rst index 45147b0..53a66df 100644 --- a/docs/ssl-tutorial.rst +++ b/docs/ssl-tutorial.rst @@ -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 `_ such that you can forget about all of that. It is easier to deploy a free