We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a57db7 + c1e743a commit d355f6dCopy full SHA for d355f6d
1 file changed
README-internal.md
@@ -12,7 +12,7 @@ security export -t certs -f pemseq -k /System/Library/Keychains/SystemRootCertif
12
sudo cp bundleCA.pem /etc/ssl/certs/bundleCA.pem
13
```
14
Then in the `~/.softlayer` config, set `verify = /etc/ssl/certs/bundleCA.pem` and that should work.
15
-
+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
16
17
## Certificate Example
18
@@ -69,4 +69,4 @@ You can login and use the `slcli` with. Use the `-i` flag to make internal API c
69
slcli -i emplogin
70
71
72
-If you want to use any of the built in commands, you may need to use the `-a <accountId>` flag.
+If you want to use any of the built in commands, you may need to use the `-a <accountId>` flag.
0 commit comments