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