Skip to content

Commit

Permalink
Update enabletls.adoc (#10369) (#10850)
Browse files Browse the repository at this point in the history
Correction to command line

Co-authored-by: Marc Collins <mmarccollins@gmail.com>
  • Loading branch information
DGuhr and Nillth committed Mar 22, 2022
1 parent 8d732d0 commit 15df79f
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 15df79f

Please sign in to comment.