Skip to content

Commit c1e743a

Browse files
Update README-internal.md
1 parent 8a57db7 commit c1e743a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README-internal.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ security export -t certs -f pemseq -k /System/Library/Keychains/SystemRootCertif
1212
sudo cp bundleCA.pem /etc/ssl/certs/bundleCA.pem
1313
```
1414
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
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
6969
slcli -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.

0 commit comments

Comments
 (0)