Skip to content

Commit

Permalink
fix path to SUSE CA bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalmer authored and tonybaloney committed Oct 5, 2016
1 parent 4c18b83 commit d837c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcloud/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
'/usr/local/opt/curl-ca-bundle/share/ca-bundle.crt',

# opensuse/sles: openssl
'/etc/ssl/certs/YaST-CA.pem',
'/etc/ssl/ca-bundle.pem',
]

# Insert certifi CA bundle path to the front of Libcloud CA bundle search
Expand Down

0 comments on commit d837c1e

Please sign in to comment.