diff --git a/README-internal.md b/README-internal.md index 06e0a050e..df372ded0 100644 --- a/README-internal.md +++ b/README-internal.md @@ -12,7 +12,7 @@ security export -t certs -f pemseq -k /System/Library/Keychains/SystemRootCertif sudo cp bundleCA.pem /etc/ssl/certs/bundleCA.pem ``` Then in the `~/.softlayer` config, set `verify = /etc/ssl/certs/bundleCA.pem` and that should work. - +You may also need to set `REQUESTS_CA_BUNDLE` -> `export REQUESTS_CA_BUNDLE=/etc/ssl/certs/bundleCA.pem` to force python to load your CA bundle ## Certificate Example @@ -69,4 +69,4 @@ You can login and use the `slcli` with. Use the `-i` flag to make internal API c slcli -i emplogin ``` -If you want to use any of the built in commands, you may need to use the `-a ` flag. \ No newline at end of file +If you want to use any of the built in commands, you may need to use the `-a ` flag.