8000 Update README-internal.md · softlayer/softlayer-python@c1e743a · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 2 additions & 2 deletions
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 ` 6711 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)
0