Skip to content

Commit

Permalink
Update README-internal.md
Browse files Browse the repository at this point in the history
  • Loading branch information
allmightyspiff authored Nov 20, 2024
1 parent 8a57db7 commit c1e743a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README-internal.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ security export -t certs -f pemseq -k /System/Library/Keychains/SystemRootCertif
sudo cp bundleCA.pem /etc/ssl/certs/bundleCA.pem
```
Then in the `~/.softlayer` config, set `verify = /etc/ssl/certs/bundleCA.pem` and that should work.

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

## Certificate Example

Expand Down Expand Up @@ -69,4 +69,4 @@ You can login and use the `slcli` with. Use the `-i` flag to make internal API c
slcli -i emplogin
```

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 comments on commit c1e743a

Please sign in to comment.