Skip to content

Commit

Permalink
Fixes #1. Quotation character was incorrect.
Browse files Browse the repository at this point in the history
  • Loading branch information
djkottmann committed Feb 6, 2015
1 parent a3a9b0a commit 13a9607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Lair (https://github.com/fishnetsecurity/Lair) is an application for collaborati
- Set the appropriate environment variable to force Java to load your keystore when launched:

`export _JAVA_OPTIONS="-Djavax.net.ssl.trustStore=/path/to/client.jks`
`export _JAVA_OPTIONS="-Djavax.net.ssl.trustStore=/path/to/client.jks"`
- Alternative to setting an environment variable, the trust store can be set when launching Burp from the command line:

Expand Down

0 comments on commit 13a9607

Please sign in to comment.