Skip to content

Commit

Permalink
Update enabletls.adoc (#10369)
Browse files Browse the repository at this point in the history
Correction to command line
  • Loading branch information
Nillth committed Feb 22, 2022
1 parent 9358535 commit 7fdd18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/src/main/server/enabletls.adoc
Expand Up @@ -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=<value>"/>
<@kc.start parameters="--https-trust-store-password=<value>"/>
If no password is set, the default password `password` is used.

== Securing credentials
Expand Down

0 comments on commit 7fdd18a

Please sign in to comment.