Update README.md

This commit is contained in:
AJ ONeal 2015-07-13 13:49:14 -06:00
parent 0b27b97e1f
commit a4e1f9992c
1 changed files with 3 additions and 1 deletions

View File

@ -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
=================