File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
1212sudo cp bundleCA.pem /etc/ssl/certs/bundleCA.pem
1313```
1414Then 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
1616
1717## Certificate Example
1818
@@ -69,4 +69,4 @@ You can login and use the `slcli` with. Use the `-i` flag to make internal API c
6969slcli -i emplogin
7070```
7171
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