Skip to content

Commit

Permalink
Fix error in SSL bundle documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
quaff authored and scottfrederick committed May 30, 2023
1 parent 87fd490 commit e8659da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ When used to secure an embedded web server, a `keystore` is typically configured
private-key: "classpath:application.key"
----

When used to secure an embedded web server, a `truststore` is typically configured with the server certificate as shown in this example:
When used to secure a client-side connection, a `truststore` is typically configured with the server certificate as shown in this example:

[source,yaml,indent=0,subs="verbatim",configblocks]
----
Expand Down

0 comments on commit e8659da

Please sign in to comment.