diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-02-10 23:24:11 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-02-10 23:24:11 -0500 |
commit | 60df494cf7a4d6ff27d03ea53a80c5ed2c8e7372 (patch) | |
tree | e01cbf448b65104d50c01c8ed87284a1849ca765 /docs | |
parent | 4eb228844cfb4fb255d0feac98d0e24a6b9b4c91 (diff) | |
download | cryptography-60df494cf7a4d6ff27d03ea53a80c5ed2c8e7372.tar.gz cryptography-60df494cf7a4d6ff27d03ea53a80c5ed2c8e7372.tar.bz2 cryptography-60df494cf7a4d6ff27d03ea53a80c5ed2c8e7372.zip |
Fix what appears to be a typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/x509/tutorial.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/x509/tutorial.rst b/docs/x509/tutorial.rst index 0fa061a2..f638be5c 100644 --- a/docs/x509/tutorial.rst +++ b/docs/x509/tutorial.rst @@ -1,7 +1,7 @@ Tutorial ======== -X.509 certificates are used to authenticate clients on servers. The most common +X.509 certificates are used to authenticate clients and servers. The most common use case is for web servers using HTTPS. Creating a Certificate Signing Request (CSR) |