From bd7e9d36ad88ac31ad8d81a11d51ada1a33d06e2 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 21 Dec 2016 10:41:54 -0700 Subject: [PATCH] adjust docs as per #32 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67e4432..e74ce80 100644 --- a/README.md +++ b/README.md @@ -353,7 +353,7 @@ That created a signing request with a sha-256 hash. When you submit that to the likes of RapidSSL you'll get back an X.509 that you should call `server.crt.pem` (at least for the purposes of this mini-tutorial). -You **must** use a bundled certificate for your server (the server and intermediates, **not** root), but you cannot use bundles `ca` property. +You **must** use a bundled certificate for your server (the server and intermediates, **not** root) and pass that as the `cert` option, **not** as the `ca` (which is used for peer-certificate checking). ### A single HTTPS server