From 0b27b97e1ff4d7bf8ca82c7d13cdad5165dd7558 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 13 Jul 2015 13:48:35 -0600 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7deffcd..ba11a33 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ IMPORTANT: Try this first ========= -2015-Aug-22: I just discovered that the most common reason you would have the kind of problems this module solves is actually due to failing to properly bundle the Intermediate CAs with the server certificate. +2015-Aug-22: I just discovered that the most common reason you would have the kind of problems this module solves is actually due to failing to **properly bundle the Intermediate CAs** with the server certificate. + +**Incorrect Example** ```js // INCORRECT (but might still work) @@ -11,7 +13,7 @@ var server https.createServer({ }); ``` -Should probably be +**Correct Example** ```js // CORRECT (should always work) @@ -21,7 +23,7 @@ var server https.createServer({ }); ``` -Example `bundle.pem` +**Example `bundle.pem`** ``` cat \