Repository: libcloud Updated Branches: refs/heads/trunk f5537811d -> 9eb0507fa
Update ssl cert validation docs, clarify it also uses ca bundles provide by openssl and curl-ca-bundle homebrew packages. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/9eb0507f Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/9eb0507f Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/9eb0507f Branch: refs/heads/trunk Commit: 9eb0507fa8074020c9281eddf8442bd498186f15 Parents: f553781 Author: Tomaz Muraus <[email protected]> Authored: Mon May 2 18:06:51 2016 +0800 Committer: Tomaz Muraus <[email protected]> Committed: Mon May 2 18:07:28 2016 +0800 ---------------------------------------------------------------------- docs/other/ssl-certificate-validation.rst | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/9eb0507f/docs/other/ssl-certificate-validation.rst ---------------------------------------------------------------------- diff --git a/docs/other/ssl-certificate-validation.rst b/docs/other/ssl-certificate-validation.rst index 7a032fc..8df8522 100644 --- a/docs/other/ssl-certificate-validation.rst +++ b/docs/other/ssl-certificate-validation.rst @@ -13,6 +13,7 @@ following platforms: * ``ca-certificates`` package on Debian / Ubuntu / Arch / Gentoo * ``ca_root_nss`` port on FreeBSD * ``curl-ca-bundle`` port on Mac OS X +* ``openssl`` and ``curl-ca-bundle`` homebrew package If no valid CA certificate files are found, you will see an error message similar to the one below:
