Skip to content

Commit

Permalink
Update 2024-03-15-java-https-check.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbreaux authored Jul 1, 2024
1 parent 3db57c6 commit fcb94e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-03-15-java-https-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See [TestHttp](https://github.com/dougbreaux/Java-Web-Tools/blob/master/src/main

Run it like:
```console
java -Djavax.net.ssl.trustStore=/config/trust.jks -Djavax.net.ssl.keyStorePassword=$TRUST_PASSWORD TestHttp https://example.com
java -Djavax.net.ssl.trustStore=/config/trust.jks -Djavax.net.ssl.trustStorePassword=$TRUST_PASSWORD TestHttp https://example.com
```

### JSP
Expand Down

0 comments on commit fcb94e9

Please sign in to comment.