aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGoh Yisheng (Andrew) <mail.yisheng@gmail.com>2014-03-29 08:20:14 +0800
committerTimothy J Fontaine <tjfontaine@gmail.com>2014-03-31 07:40:17 -0700
commit47bed4828c69abe39a18e267a7491bcc3d0ce5e5 (patch)
tree776840a5d52ef5c6cc13c6d5ba3cefae985a09ea
parenta9d22247ad2b519a42a9eb63a0531ad337554723 (diff)
downloadandroid-node-v8-47bed4828c69abe39a18e267a7491bcc3d0ce5e5.tar.gz
android-node-v8-47bed4828c69abe39a18e267a7491bcc3d0ce5e5.tar.bz2
android-node-v8-47bed4828c69abe39a18e267a7491bcc3d0ce5e5.zip
doc: typo clean up in tls
-rw-r--r--doc/api/tls.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/tls.markdown b/doc/api/tls.markdown
index a80e0148d1..a09b285103 100644
--- a/doc/api/tls.markdown
+++ b/doc/api/tls.markdown
@@ -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: