doc: typo clean up in tls

pull/24998/head
Goh Yisheng (Andrew) 2014-03-29 08:20:14 +08:00 committed by Timothy J Fontaine
parent a9d22247ad
commit 47bed4828c
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@ The `tls` module uses OpenSSL to provide Transport Layer Security and/or
Secure Socket Layer: encrypted stream communication.
TLS/SSL is a public/private key infrastructure. Each client and each
server must have a private key. A private key is created like this
server must have a private key. A private key is created like this:
openssl genrsa -out ryans-key.pem 1024
All severs and some clients need to have a certificate. Certificates are public
All servers and some clients need to have a certificate. Certificates are public
keys signed by a Certificate Authority or self-signed. The first step to
getting a certificate is to create a "Certificate Signing Request" (CSR)
file. This is done with: