Repository: libcloud Updated Branches: refs/heads/trunk 6e9b7b953 -> 2a2b20080
doc help for windows users. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/2a2b2008 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/2a2b2008 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/2a2b2008 Branch: refs/heads/trunk Commit: 2a2b2008049e67cce9e32a19b723a3a96955d7d5 Parents: 6e9b7b9 Author: anthony-shaw <[email protected]> Authored: Sat Jan 9 16:42:20 2016 +1100 Committer: anthony-shaw <[email protected]> Committed: Sat Jan 9 16:42:20 2016 +1100 ---------------------------------------------------------------------- docs/other/ssl-certificate-validation.rst | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/2a2b2008/docs/other/ssl-certificate-validation.rst ---------------------------------------------------------------------- diff --git a/docs/other/ssl-certificate-validation.rst b/docs/other/ssl-certificate-validation.rst index 56e998c..7578e4e 100644 --- a/docs/other/ssl-certificate-validation.rst +++ b/docs/other/ssl-certificate-validation.rst @@ -19,6 +19,15 @@ similar to the one below: ``No CA Certificates were found in CA_CERTS_PATH.`` +Windows Users +------------- + +The CA loading system does not load the Windows Certificate store, since this is not a directory. +Windows users should download the following file and place in a directory like %APPDATA%\libcloud or somewhere easily accessible. +https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt + +Then configure this file using one of the 2 methods in `Using a custom CA certificate`_ + Acquiring CA Certificates -------------------------
