Skip to content

Instantly share code, notes, and snippets.

@poonai
Last active December 7, 2018 06:26
Show Gist options
  • Save poonai/ae3ffbab9b91b17a42ec5e47ee238c91 to your computer and use it in GitHub Desktop.
Save poonai/ae3ffbab9b91b17a42ec5e47ee238c91 to your computer and use it in GitHub Desktop.
echo "[Boto]" >> /etc/boto.cfg
echo "https_validate_certificates= False" >> /etc/boto.cfg
wget https://raw.githubusercontent.com/elazarl/goproxy/master/ca.pem
mv ca.pem ca.crt
cp ca.crt /usr/local/share/ca-certificates
update-ca-certificates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment