aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509/tutorial.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-07-13 21:15:03 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-07-13 21:15:03 -0400
commit0c91ddc5141ee56633397f1c3b7878f31524f90f (patch)
tree9146c093fe0df6ee4e59d2a5d161f7172b8988b9 /docs/x509/tutorial.rst
parent11b00cd32d895d4bf9d57ab21e040586282774ca (diff)
downloadcryptography-0c91ddc5141ee56633397f1c3b7878f31524f90f.tar.gz
cryptography-0c91ddc5141ee56633397f1c3b7878f31524f90f.tar.bz2
cryptography-0c91ddc5141ee56633397f1c3b7878f31524f90f.zip
spelling
Diffstat (limited to 'docs/x509/tutorial.rst')
-rw-r--r--docs/x509/tutorial.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/x509/tutorial.rst b/docs/x509/tutorial.rst
index 565b6d3f..e2b64175 100644
--- a/docs/x509/tutorial.rst
+++ b/docs/x509/tutorial.rst
@@ -2,13 +2,13 @@ Tutorial
========
X.509 certificates are used to authenticate clients on servers. The most common
-use case is for webservers using HTTPS.
+use case is for web servers using HTTPS.
Creating a Certificate Signing Request (CSR)
--------------------------------------------
When obtaining a certificate from a certificate authority (CA), the usual
-workflow is:
+flow is:
1. You generate a private/public key pair.
2. You create a request for a certificate, which is signed by your key (to prove