commit | 60df494cf7a4d6ff27d03ea53a80c5ed2c8e7372 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Wed Feb 10 23:24:11 2016 -0500 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Wed Feb 10 23:24:11 2016 -0500 |
tree | e01cbf448b65104d50c01c8ed87284a1849ca765 | |
parent | 4eb228844cfb4fb255d0feac98d0e24a6b9b4c91 [diff] |
Fix what appears to be a typo
diff --git a/docs/x509/tutorial.rst b/docs/x509/tutorial.rst index 0fa061a..f638be5 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)