Skip to content

Commit

Permalink
Fixed missing newline for markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
markpanganiban committed Aug 26, 2024
1 parent 9407ad8 commit 08d6794
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ tw -Djavax.net.ssl.trustStore=/absolute/path/to/cacerts info
```
You can also set the trustStore's password in case you are not using the default password which is `changeit`:
```bash
tw -Djavax.net.ssl.trustStore=<path_to_user_keystore> -Djavax.net.ssl.trustStorePassword=<yourPassword> info
```
Expand Down

0 comments on commit 08d6794

Please sign in to comment.