Skip to content

Commit

Permalink
doc: typo clean up in tls
Browse files Browse the repository at this point in the history
  • Loading branch information
9Y5 authored and tjfontaine committed Mar 31, 2014
1 parent a9d2224 commit 47bed48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/tls.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 47bed48

Please sign in to comment.