From 08d67944a166b7d671bee2353f8030a9883fc242 Mon Sep 17 00:00:00 2001 From: markpanganiban Date: Mon, 26 Aug 2024 13:01:29 -0400 Subject: [PATCH] Fixed missing newline for markdown --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32b92845..915fecfe 100644 --- a/README.md +++ b/README.md @@ -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= -Djavax.net.ssl.trustStorePassword= info ```