You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/04/21 07:07:29 UTC

[2/3] libcloud git commit: Added cert path for suse

Added cert path for suse


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/69b5f8d8
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/69b5f8d8
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/69b5f8d8

Branch: refs/heads/trunk
Commit: 69b5f8d878dad190d014a0048ccc6a6b9d6d6402
Parents: 082e089
Author: anthony-shaw <an...@apache.org>
Authored: Thu Apr 21 14:59:38 2016 +1000
Committer: anthony-shaw <an...@apache.org>
Committed: Thu Apr 21 14:59:38 2016 +1000

----------------------------------------------------------------------
 libcloud/security.py | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/69b5f8d8/libcloud/security.py
----------------------------------------------------------------------
diff --git a/libcloud/security.py b/libcloud/security.py
index 4d024db..782d138 100644
--- a/libcloud/security.py
+++ b/libcloud/security.py
@@ -56,6 +56,9 @@ CA_CERTS_PATH = [
 
     # homebrew: curl-ca-bundle (backward compatibility)
     '/usr/local/opt/curl-ca-bundle/share/ca-bundle.crt',
+
+    # opensuse/sles: openssl
+    '/etc/ssl/certs/YaST-CA.pem',
 ]
 
 # Allow user to explicitly specify which CA bundle to use, using an environment