File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ security export -t certs -f pemseq -k /System/Library/Keychains/SystemRootCertif
12
12
sudo cp bundleCA.pem /etc/ssl/certs/bundleCA.pem
13
13
```
14
14
Then in the ` ~/.softlayer ` config, set ` verify = /etc/ssl/certs/bundleCA.pem ` and that should work.
15
-
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
16
17
17
## Certificate Example
18
18
@@ -69,4 +69,4 @@ You can login and use the `slcli` with. Use the `-i` flag to make internal API c
69
69
slcli -i emplogin
70
70
```
71
71
72
- If you want to use any of the built in commands, you may need to use the ` -a <accountId> ` flag.
72
+ If you want to use any of the built in commands, you may need to use the ` -a <accountId> ` flag.
You can’t perform that action at this time.
0 commit comments