From a4e1f9992c7f827b2d69c9ae50a25d6885d2f58a Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 13 Jul 2015 13:49:14 -0600 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba11a33..a4a8cb1 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,9 @@ cat \ > bundle.pem ``` -Note that you **should not** include the `root.pem` in the bundle and that the bundle should be constructed with the least authoritative certificate first - your server's certificate, followed by the furthest removed intermediate, and then the next closest to the root. Also note that in the case of cross-signed certificates there may be more than one intermediate at equal distances, in which case either in that tier may come first. +Note that you **should not** include the `root.pem` in the bundle and that the bundle should be constructed with the least authoritative certificate first - your server's certificate, followed by the furthest removed intermediate, and then the next closest to the root, etc. + +Also note that in the case of cross-signed certificates there may be more than one intermediate at equal distances, in which case either in that tier may come first. SSL Root CAs =================