From 34f005be2b0f20a659a3873adbcc2af870b27cef Mon Sep 17 00:00:00 2001 From: Marc Collins Date: Tue, 22 Feb 2022 18:53:01 +1100 Subject: [PATCH] Update enabletls.adoc Correction to command line --- docs/guides/src/main/server/enabletls.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/src/main/server/enabletls.adoc b/docs/guides/src/main/server/enabletls.adoc index a2d691200d6c..454886e0b8a6 100644 --- a/docs/guides/src/main/server/enabletls.adoc +++ b/docs/guides/src/main/server/enabletls.adoc @@ -57,7 +57,7 @@ You can configure the location of this truststore by running the following comma === Setting the truststore password You can set a secure password for your truststore using the `https.trust-store.password` option: -<@kc.start parameters="--https.trust-store.password="/> +<@kc.start parameters="--https-trust-store-password="/> If no password is set, the default password `password` is used. == Securing credentials