From 0c91ddc5141ee56633397f1c3b7878f31524f90f Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 13 Jul 2015 21:15:03 -0400 Subject: spelling --- docs/x509/tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3