NTTLimitedRD / plumbery

Cloud automation at Dimension Data with Apache Libcloud
Apache License 2.0
14 stars 9 forks source link

Alternative way of installing ca-cert bundle #50

Closed MartijnLohmeijer closed 7 years ago

MartijnLohmeijer commented 7 years ago

When installing Plumbery through Windows install guide (https://github.com/DimensionDataCBUSydney/plumbery/blob/master/docs/installing.plumbery.windows.rst) I had some issues installing the bundle and kept getting certificate issues when trying to deploy new VM's.

Through Google I found the pip certifi package (https://pypi.python.org/pypi/certifi / installs the Mozilla CA bundle) and after installing that I had no issues anymore.

As plumbery itself is installed through pip anyway I thought this might be easier.

bernard357 commented 7 years ago

Thanks @MartijnLohmeijer for this great feedback. The documentation will be adjusted accordingly. Are you ok to be listed as an additional project contributor?

tonybaloney commented 7 years ago

if you're using libcloud from trunk you don't even need to install any cert packages.