Skip to content

Commit

Permalink
minor:
Browse files Browse the repository at this point in the history
ref: #67, v0.9.0
desc:
- README update
  • Loading branch information
samjtro committed Nov 4, 2024
1 parent 8f86306 commit f1a3128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ SECRET=KEY1 // App Secret
CBURL=https://127.0.0.1 // App Callback URL
```

2. we use tls for the oauth handshake between your local machine & schwab to ensure secure transmission of your bearer token. run the following command to generate ssl certs:
2. run the following command in your cwd to generate ssl certs for secure tls transmission of your bearer token:

```
openssl req -x509 -out localhost.crt -keyout localhost.key -newkey rsa:2048 -nodes -sha256 -subj '/CN=localhost' -extensions EXT -config <( \
printf "[dn]\nCN=localhost\n[req]\ndistinguished_name = dn\n[EXT]\nsubjectAltName=DNS.1:localhost,IP:127.0.0.1\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth")
```

2. `go get github.com/go-schwab/[email protected]`
3. `go get github.com/go-schwab/[email protected]`

### 0.1 agent

Expand Down

0 comments on commit f1a3128

Please sign in to comment.