diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-02-10 23:35:20 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-02-10 23:35:20 -0500 |
commit | 077d89dd20571fa4cee27e21ca952caaca1faf32 (patch) | |
tree | 0187da2fb4f4c415128809796c69762c06a09600 /docs | |
parent | 60df494cf7a4d6ff27d03ea53a80c5ed2c8e7372 (diff) | |
download | cryptography-077d89dd20571fa4cee27e21ca952caaca1faf32.tar.gz cryptography-077d89dd20571fa4cee27e21ca952caaca1faf32.tar.bz2 cryptography-077d89dd20571fa4cee27e21ca952caaca1faf32.zip |
line length
Diffstat (limited to 'docs')
-rw-r--r-- | docs/x509/tutorial.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/x509/tutorial.rst b/docs/x509/tutorial.rst index f638be5c..7252e43a 100644 --- a/docs/x509/tutorial.rst +++ b/docs/x509/tutorial.rst @@ -1,8 +1,8 @@ Tutorial ======== -X.509 certificates are used to authenticate clients and servers. The most common -use case is for web servers using HTTPS. +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) -------------------------------------------- |